Color Hex Logo

#cb5aaa Color Hex

#CB5AAA
(203,90,170)
0 Favorites   0 Comments

Color spaces of #cb5aaa

RGB 20390170
HSL0.880.520.57
HSV318°56°80°
CMYK 0.000.560.16   0.20
XYZ35.540522.911140.5793
Yxy22.91110.35890.2314
Hunter Lab47.865548.7728-16.7588
CIE-Lab54.980654.2666-21.5474

#cb5aaa color RGB value is (203,90,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01011010 10101010
Octal 313 132 252
Decimal 203 90 170
Hex CB 5A AA

RGB Percentages of Color #cb5aaa

%43.84
%19.44
%36.72

CMYK Percentages of Color #cb5aaa

%0
%56
%16
%20

Triadic Colors of #cb5aaa

#cb5aaa #aacb5a #5aaacb

Analogous Colors of #cb5aaa

#cb5aaa #cb5a72 #b45acb

Monochromatic Colors of #cb5aaa

#cb5aaa

Complementary Color

#cb5aaa #5acb7b

#cb5aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb5aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb5aaa Color CSS Codes

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

#cb5aaa Text Font Color

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

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


#cb5aaa Background Color

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

This div background color is #cb5aaa


#cb5aaa Border Color

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

This div border color is #cb5aaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,90,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 #cb5aaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb5aaa


Comments

No comments written yet.

Please login to write comment.