Color Hex Logo

#b584cb Color Hex

#B584CB
(181,132,203)
0 Favorites   0 Comments

Color spaces of #b584cb

RGB 181132203
HSL0.780.410.66
HSV281°35°80°
CMYK 0.110.350.00   0.20
XYZ38.086830.638160.4063
Yxy30.63810.29490.2373
Hunter Lab55.351725.9581-25.9581
CIE-Lab62.200931.5497-29.5086

#b584cb color RGB value is (181,132,203).

#b584cb hex color red value is 181, green value is 132 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #b584cb hue: 0.78 , saturation: 0.41 and the lightness value of b584cb is 0.66.

The process color (four color CMYK) of #b584cb color hex is 0.11, 0.35, 0.00, 0.20. Web safe color of #b584cb is #cc99cc. Color #b584cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10000100 11001011
Octal 265 204 313
Decimal 181 132 203
Hex B5 84 CB

RGB Percentages of Color #b584cb

%35.08
%25.58
%39.34

CMYK Percentages of Color #b584cb

%11
%35
%0
%20

Triadic Colors of #b584cb

#b584cb #cbb584 #84cbb5

Analogous Colors of #b584cb

#b584cb #cb84be #9284cb

Monochromatic Colors of #b584cb

#b584cb

Complementary Color

#b584cb #9acb84

#b584cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b584cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b584cb Color CSS Codes

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

#b584cb Text Font Color

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

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


#b584cb Background Color

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

This div background color is #b584cb


#b584cb Border Color

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

This div border color is #b584cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b584cb


Comments

No comments written yet.

Please login to write comment.