color codes Logo

#cc2cdd color codes

#CC2CDD
(204,44,221)
0 Favorites   0 Comments

Color spaces of #cc2cdd

RGB 20444221
HSL0.820.720.52
HSV294°80°87°
CMYK 0.080.800.00   0.13
XYZ38.853719.859270.1920
Yxy19.85920.30140.1541
Hunter Lab44.563777.6423-62.1928
CIE-Lab51.677679.3664-56.0861

#cc2cdd color RGB value is (204,44,221).

#cc2cdd hex color red value is 204, green value is 44 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #cc2cdd hue: 0.82 , saturation: 0.72 and the lightness value of cc2cdd is 0.52.

The process color (four color CMYK) of #cc2cdd color code is 0.08, 0.80, 0.00, 0.13. Web safe color of #cc2cdd is #cc33cc. Color #cc2cdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00101100 11011101
Octal 314 54 335
Decimal 204 44 221
Hex CC 2C DD

RGB Percentages of Color #cc2cdd

%43.50
%9.38
%47.12

CMYK Percentages of Color #cc2cdd

%8
%80
%0
%13

Triadic Colors of #cc2cdd

#cc2cdd #ddcc2c #2cddcc

Analogous Colors of #cc2cdd

#cc2cdd #dd2c96 #742cdd

Monochromatic Colors of #cc2cdd

#cc2cdd

Complementary Color

#cc2cdd #3ddd2c

#cc2cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc2cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc2cdd Color CSS Codes

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

#cc2cdd Text Font Color

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

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


#cc2cdd Background Color

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

This div background color is #cc2cdd


#cc2cdd Border Color

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

This div border color is #cc2cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc2cdd


Comments

No comments written yet.

Please login to write comment.