Color Hex Logo

#cb5aa0 Color Hex

#CB5AA0
(203,90,160)
0 Favorites   0 Comments

Color spaces of #cb5aa0

RGB 20390160
HSL0.900.520.57
HSV323°56°80°
CMYK 0.000.560.21   0.20
XYZ34.629922.546935.7845
Yxy22.54690.37250.2425
Hunter Lab47.483647.0843-11.4435
CIE-Lab54.602552.7934-16.2914

#cb5aa0 color RGB value is (203,90,160).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01011010 10100000
Octal 313 132 240
Decimal 203 90 160
Hex CB 5A A0

RGB Percentages of Color #cb5aa0

%44.81
%19.87
%35.32

CMYK Percentages of Color #cb5aa0

%0
%56
%21
%20

Triadic Colors of #cb5aa0

#cb5aa0 #a0cb5a #5aa0cb

Analogous Colors of #cb5aa0

#cb5aa0 #cb5a68 #be5acb

Monochromatic Colors of #cb5aa0

#cb5aa0

Complementary Color

#cb5aa0 #5acb85

#cb5aa0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb5aa0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb5aa0 Color CSS Codes

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

#cb5aa0 Text Font Color

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

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


#cb5aa0 Background Color

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

This div background color is #cb5aa0


#cb5aa0 Border Color

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

This div border color is #cb5aa0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb5aa0


Comments

No comments written yet.

Please login to write comment.