Color Hex Logo

#cb59aa Color Hex

#CB59AA
(203,89,170)
0 Favorites   0 Comments

Color spaces of #cb59aa

RGB 20389170
HSL0.880.520.57
HSV317°56°80°
CMYK 0.000.560.16   0.20
XYZ35.456722.743540.5514
Yxy22.74350.35900.2303
Hunter Lab47.690149.2535-17.0318
CIE-Lab54.807154.7311-21.8136

#cb59aa color RGB value is (203,89,170).

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

The process color (four color CMYK) of #cb59aa color hex is 0.00, 0.56, 0.16, 0.20. Web safe color of #cb59aa is #cc6699. Color #cb59aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01011001 10101010
Octal 313 131 252
Decimal 203 89 170
Hex CB 59 AA

RGB Percentages of Color #cb59aa

%43.94
%19.26
%36.80

CMYK Percentages of Color #cb59aa

%0
%56
%16
%20

Triadic Colors of #cb59aa

#cb59aa #aacb59 #59aacb

Analogous Colors of #cb59aa

#cb59aa #cb5971 #b359cb

Monochromatic Colors of #cb59aa

#cb59aa

Complementary Color

#cb59aa #59cb7a

#cb59aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb59aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb59aa Color CSS Codes

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

#cb59aa Text Font Color

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

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


#cb59aa Background Color

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

This div background color is #cb59aa


#cb59aa Border Color

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

This div border color is #cb59aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb59aa


Comments

No comments written yet.

Please login to write comment.