Color Hex Logo

#cb5289 Color Hex

#CB5289
(203,82,137)
0 Favorites   0 Comments

Color spaces of #cb5289

RGB 20382137
HSL0.920.540.56
HSV333°60°80°
CMYK 0.000.600.33   0.20
XYZ32.161320.537225.9359
Yxy20.53720.40900.2612
Hunter Lab45.318047.3715-2.2096
CIE-Lab52.439253.4223-5.9791

#cb5289 color RGB value is (203,82,137).

#cb5289 hex color red value is 203, green value is 82 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #cb5289 hue: 0.92 , saturation: 0.54 and the lightness value of cb5289 is 0.56.

The process color (four color CMYK) of #cb5289 color hex is 0.00, 0.60, 0.33, 0.20. Web safe color of #cb5289 is #cc6699. Color #cb5289 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01010010 10001001
Octal 313 122 211
Decimal 203 82 137
Hex CB 52 89

RGB Percentages of Color #cb5289

%48.10
%19.43
%32.46

CMYK Percentages of Color #cb5289

%0
%60
%33
%20

Triadic Colors of #cb5289

#cb5289 #89cb52 #5289cb

Analogous Colors of #cb5289

#cb5289 #cb5852 #cb52c6

Monochromatic Colors of #cb5289

#cb5289

Complementary Color

#cb5289 #52cb94

#cb5289 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb5289 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb5289 Color CSS Codes

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

#cb5289 Text Font Color

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

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


#cb5289 Background Color

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

This div background color is #cb5289


#cb5289 Border Color

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

This div border color is #cb5289


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb5289


Comments

No comments written yet.

Please login to write comment.