color codes Logo

#cc2dde color codes

#CC2DDE
(204,45,222)
0 Favorites   0 Comments

Color spaces of #cc2dde

RGB 20445222
HSL0.820.730.52
HSV294°80°87°
CMYK 0.080.800.00   0.13
XYZ39.025019.988170.9085
Yxy19.98810.30040.1538
Hunter Lab44.708177.5709-62.7403
CIE-Lab51.823879.2812-56.4200

#cc2dde color RGB value is (204,45,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00101101 11011110
Octal 314 55 336
Decimal 204 45 222
Hex CC 2D DE

RGB Percentages of Color #cc2dde

%43.31
%9.55
%47.13

CMYK Percentages of Color #cc2dde

%8
%80
%0
%13

Triadic Colors of #cc2dde

#cc2dde #decc2d #2ddecc

Analogous Colors of #cc2dde

#cc2dde #de2d98 #742dde

Monochromatic Colors of #cc2dde

#cc2dde

Complementary Color

#cc2dde #3fde2d

#cc2dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc2dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc2dde Color CSS Codes

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

#cc2dde Text Font Color

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

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


#cc2dde Background Color

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

This div background color is #cc2dde


#cc2dde Border Color

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

This div border color is #cc2dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc2dde


Comments

No comments written yet.

Please login to write comment.