Color Hex Logo

#b587fc Color Hex

#B587FC
(181,135,252)
0 Favorites   0 Comments

Color spaces of #b587fc

RGB 181135252
HSL0.730.950.76
HSV264°46°99°
CMYK 0.280.460.00   0.01
XYZ45.290734.180096.3058
Yxy34.18000.25770.1945
Hunter Lab58.463735.9692-56.7424
CIE-Lab65.105240.9439-52.1456

#b587fc color RGB value is (181,135,252).

#b587fc hex color red value is 181, green value is 135 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #b587fc hue: 0.73 , saturation: 0.95 and the lightness value of b587fc is 0.76.

The process color (four color CMYK) of #b587fc color hex is 0.28, 0.46, 0.00, 0.01. Web safe color of #b587fc is #cc99ff. Color #b587fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10000111 11111100
Octal 265 207 374
Decimal 181 135 252
Hex B5 87 FC

RGB Percentages of Color #b587fc

%31.87
%23.77
%44.37

CMYK Percentages of Color #b587fc

%28
%46
%0
%1

Triadic Colors of #b587fc

#b587fc #fcb587 #87fcb5

Analogous Colors of #b587fc

#b587fc #f087fc #8794fc

Monochromatic Colors of #b587fc

#b587fc

Complementary Color

#b587fc #cefc87

#b587fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b587fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b587fc Color CSS Codes

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

#b587fc Text Font Color

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

This sample text font color is #b587fc
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.


#b587fc Background Color

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

This div background color is #b587fc


#b587fc Border Color

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

This div border color is #b587fc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(181,135,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b587fc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b587fc;
  -webkit-box-shadow: 1px 1px 3px 2px #b587fc;
  box-shadow:         1px 1px 3px 2px #b587fc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,135,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b587fc


Comments

No comments written yet.

Please login to write comment.