Color Hex Logo

#cc2ad9 Color Hex

#CC2AD9
(204,42,217)
0 Favorites   0 Comments

Color spaces of #cc2ad9

RGB 20442217
HSL0.820.700.51
HSV296°81°85°
CMYK 0.060.810.00   0.15
XYZ38.254219.503167.3939
Yxy19.50310.30570.1558
Hunter Lab44.162377.3359-59.5659
CIE-Lab51.270779.2021-54.4608

#cc2ad9 color RGB value is (204,42,217).

#cc2ad9 hex color red value is 204, green value is 42 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #cc2ad9 hue: 0.82 , saturation: 0.70 and the lightness value of cc2ad9 is 0.51.

The process color (four color CMYK) of #cc2ad9 color hex is 0.06, 0.81, 0.00, 0.15. Web safe color of #cc2ad9 is #cc33cc. Color #cc2ad9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00101010 11011001
Octal 314 52 331
Decimal 204 42 217
Hex CC 2A D9

RGB Percentages of Color #cc2ad9

%44.06
%9.07
%46.87

CMYK Percentages of Color #cc2ad9

%6
%81
%0
%15

Triadic Colors of #cc2ad9

#cc2ad9 #d9cc2a #2ad9cc

Analogous Colors of #cc2ad9

#cc2ad9 #d92a8f #752ad9

Monochromatic Colors of #cc2ad9

#cc2ad9

Complementary Color

#cc2ad9 #37d92a

#cc2ad9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc2ad9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc2ad9 Color CSS Codes

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

#cc2ad9 Text Font Color

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

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


#cc2ad9 Background Color

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

This div background color is #cc2ad9


#cc2ad9 Border Color

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

This div border color is #cc2ad9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc2ad9


Comments

No comments written yet.

Please login to write comment.