Color Hex Logo

#cc2dab Color Hex

#CC2DAB
(204,45,171)
0 Favorites   0 Comments

Color spaces of #cc2dab

RGB 20445171
HSL0.870.640.49
HSV312°78°80°
CMYK 0.000.780.16   0.20
XYZ33.190917.654440.1864
Yxy17.65440.36460.1939
Hunter Lab42.017167.4738-27.2947
CIE-Lab49.074271.6057-31.2649

#cc2dab color RGB value is (204,45,171).

#cc2dab hex color red value is 204, green value is 45 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #cc2dab hue: 0.87 , saturation: 0.64 and the lightness value of cc2dab is 0.49.

The process color (four color CMYK) of #cc2dab color hex is 0.00, 0.78, 0.16, 0.20. Web safe color of #cc2dab is #cc3399. Color #cc2dab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00101101 10101011
Octal 314 55 253
Decimal 204 45 171
Hex CC 2D AB

RGB Percentages of Color #cc2dab

%48.57
%10.71
%40.71

CMYK Percentages of Color #cc2dab

%0
%78
%16
%20

Triadic Colors of #cc2dab

#cc2dab #abcc2d #2dabcc

Analogous Colors of #cc2dab

#cc2dab #cc2d5b #9e2dcc

Monochromatic Colors of #cc2dab

#cc2dab

Complementary Color

#cc2dab #2dcc4e

#cc2dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc2dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc2dab Color CSS Codes

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

#cc2dab Text Font Color

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

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


#cc2dab Background Color

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

This div background color is #cc2dab


#cc2dab Border Color

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

This div border color is #cc2dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc2dab


Comments

No comments written yet.

Please login to write comment.