Color Hex Logo

#cb5daa Color Hex

#CB5DAA
(203,93,170)
0 Favorites   0 Comments

Color spaces of #cb5daa

RGB 20393170
HSL0.880.510.58
HSV318°54°80°
CMYK 0.000.540.16   0.20
XYZ35.798723.427540.6654
Yxy23.42750.35840.2345
Hunter Lab48.402047.3174-15.9317
CIE-Lab55.510052.8553-20.7365

#cb5daa color RGB value is (203,93,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01011101 10101010
Octal 313 135 252
Decimal 203 93 170
Hex CB 5D AA

RGB Percentages of Color #cb5daa

%43.56
%19.96
%36.48

CMYK Percentages of Color #cb5daa

%0
%54
%16
%20

Triadic Colors of #cb5daa

#cb5daa #aacb5d #5daacb

Analogous Colors of #cb5daa

#cb5daa #cb5d73 #b55dcb

Monochromatic Colors of #cb5daa

#cb5daa

Complementary Color

#cb5daa #5dcb7e

#cb5daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb5daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb5daa Color CSS Codes

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

#cb5daa Text Font Color

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

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


#cb5daa Background Color

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

This div background color is #cb5daa


#cb5daa Border Color

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

This div border color is #cb5daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb5daa


Comments

No comments written yet.

Please login to write comment.