Color Hex Logo

#cc5dab Color Hex

#CC5DAB
(204,93,171)
0 Favorites   0 Comments

Color spaces of #cc5dab

RGB 20493171
HSL0.880.520.58
HSV318°54°80°
CMYK 0.000.540.16   0.20
XYZ36.166923.606341.1784
Yxy23.60630.35830.2338
Hunter Lab48.586347.8466-16.2397
CIE-Lab55.691453.3068-21.0268

#cc5dab color RGB value is (204,93,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01011101 10101011
Octal 314 135 253
Decimal 204 93 171
Hex CC 5D AB

RGB Percentages of Color #cc5dab

%43.59
%19.87
%36.54

CMYK Percentages of Color #cc5dab

%0
%54
%16
%20

Triadic Colors of #cc5dab

#cc5dab #abcc5d #5dabcc

Analogous Colors of #cc5dab

#cc5dab #cc5d74 #b65dcc

Monochromatic Colors of #cc5dab

#cc5dab

Complementary Color

#cc5dab #5dcc7e

#cc5dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc5dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc5dab Color CSS Codes

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

#cc5dab Text Font Color

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

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


#cc5dab Background Color

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

This div background color is #cc5dab


#cc5dab Border Color

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

This div border color is #cc5dab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,93,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc5dab


Comments

No comments written yet.

Please login to write comment.