Color Hex Logo

#cb59bd Color Hex

#CB59BD
(203,89,189)
0 Favorites   0 Comments

Color spaces of #cb59bd

RGB 20389189
HSL0.850.520.57
HSV307°56°80°
CMYK 0.000.560.07   0.20
XYZ37.386323.515450.7126
Yxy23.51540.33500.2107
Hunter Lab48.492752.7556-28.0593
CIE-Lab55.599357.7311-31.5828

#cb59bd color RGB value is (203,89,189).

#cb59bd hex color red value is 203, green value is 89 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #cb59bd hue: 0.85 , saturation: 0.52 and the lightness value of cb59bd is 0.57.

The process color (four color CMYK) of #cb59bd color hex is 0.00, 0.56, 0.07, 0.20. Web safe color of #cb59bd is #cc66cc. Color #cb59bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01011001 10111101
Octal 313 131 275
Decimal 203 89 189
Hex CB 59 BD

RGB Percentages of Color #cb59bd

%42.20
%18.50
%39.29

CMYK Percentages of Color #cb59bd

%0
%56
%7
%20

Triadic Colors of #cb59bd

#cb59bd #bdcb59 #59bdcb

Analogous Colors of #cb59bd

#cb59bd #cb5984 #a059cb

Monochromatic Colors of #cb59bd

#cb59bd

Complementary Color

#cb59bd #59cb67

#cb59bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb59bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb59bd Color CSS Codes

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

#cb59bd Text Font Color

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

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


#cb59bd Background Color

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

This div background color is #cb59bd


#cb59bd Border Color

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

This div border color is #cb59bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb59bd


Comments

No comments written yet.

Please login to write comment.