Color Hex Logo

#b589cd Color Hex

#B589CD
(181,137,205)
0 Favorites   0 Comments

Color spaces of #b589cd

RGB 181137205
HSL0.770.400.67
HSV279°33°80°
CMYK 0.120.330.00   0.20
XYZ39.021232.122961.9013
Yxy32.12290.29330.2414
Hunter Lab56.677123.7094-25.0811
CIE-Lab63.444329.1804-28.7095

#b589cd color RGB value is (181,137,205).

#b589cd hex color red value is 181, green value is 137 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #b589cd hue: 0.77 , saturation: 0.40 and the lightness value of b589cd is 0.67.

The process color (four color CMYK) of #b589cd color hex is 0.12, 0.33, 0.00, 0.20. Web safe color of #b589cd is #cc99cc. Color #b589cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10001001 11001101
Octal 265 211 315
Decimal 181 137 205
Hex B5 89 CD

RGB Percentages of Color #b589cd

%34.61
%26.20
%39.20

CMYK Percentages of Color #b589cd

%12
%33
%0
%20

Triadic Colors of #b589cd

#b589cd #cdb589 #89cdb5

Analogous Colors of #b589cd

#b589cd #cd89c3 #9389cd

Monochromatic Colors of #b589cd

#b589cd

Complementary Color

#b589cd #a1cd89

#b589cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b589cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b589cd Color CSS Codes

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

#b589cd Text Font Color

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

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


#b589cd Background Color

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

This div background color is #b589cd


#b589cd Border Color

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

This div border color is #b589cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b589cd


Comments

No comments written yet.

Please login to write comment.