Color Hex Logo

#b98cf5 Color Hex

#B98CF5
(185,140,245)
0 Favorites   0 Comments

Color spaces of #b98cf5

RGB 185140245
HSL0.740.840.75
HSV266°43°96°
CMYK 0.240.430.00   0.04
XYZ45.867135.663090.8524
Yxy35.66300.26610.2069
Hunter Lab59.718532.5904-48.3975
CIE-Lab66.261637.6090-46.4574

#b98cf5 color RGB value is (185,140,245).

#b98cf5 hex color red value is 185, green value is 140 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #b98cf5 hue: 0.74 , saturation: 0.84 and the lightness value of b98cf5 is 0.75.

The process color (four color CMYK) of #b98cf5 color hex is 0.24, 0.43, 0.00, 0.04. Web safe color of #b98cf5 is #cc99ff. Color #b98cf5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10001100 11110101
Octal 271 214 365
Decimal 185 140 245
Hex B9 8C F5

RGB Percentages of Color #b98cf5

%32.46
%24.56
%42.98

CMYK Percentages of Color #b98cf5

%24
%43
%0
%4

Triadic Colors of #b98cf5

#b98cf5 #f5b98c #8cf5b9

Analogous Colors of #b98cf5

#b98cf5 #ee8cf5 #8c94f5

Monochromatic Colors of #b98cf5

#b98cf5

Complementary Color

#b98cf5 #c8f58c

#b98cf5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b98cf5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b98cf5 Color CSS Codes

.mybgcolor {background-color:#b98cf5; } 
.myforecolor {color:#b98cf5; }
.mybordercolor {border:3px solid #b98cf5; }

#b98cf5 Text Font Color

<p style="color:#b98cf5">Text here</p>

This sample text font color is #b98cf5
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#b98cf5 Background Color

<div style="background-color:#b98cf5">
Div content here</div>

This div background color is #b98cf5


#b98cf5 Border Color

<div style="border:3px solid #b98cf5">
Div here</div>

This div border color is #b98cf5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(185,140,245, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b98cf5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b98cf5;
  -webkit-box-shadow: 1px 1px 3px 2px #b98cf5;
  box-shadow:         1px 1px 3px 2px #b98cf5; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,140,245, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b98cf5">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #b98cf5;
  -webkit-box-shadow: 1px 1px 3px 2px #b98cf5;
  box-shadow:         1px 1px 3px 2px #b98cf5;">
Div content here</div>

This div box has shadow with color #b98cf5


Comments

No comments written yet.

Please login to write comment.