Color Hex Logo

#cc1cda Color Hex

#CC1CDA
(204,28,218)
0 Favorites   0 Comments

Color spaces of #cc1cda

RGB 20428218
HSL0.820.770.48
HSV296°87°85°
CMYK 0.060.870.00   0.15
XYZ37.972018.729867.9435
Yxy18.72980.30460.1503
Hunter Lab43.277980.8792-62.7868
CIE-Lab50.369682.1762-56.4765

#cc1cda color RGB value is (204,28,218).

#cc1cda hex color red value is 204, green value is 28 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #cc1cda hue: 0.82 , saturation: 0.77 and the lightness value of cc1cda is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00011100 11011010
Octal 314 34 332
Decimal 204 28 218
Hex CC 1C DA

RGB Percentages of Color #cc1cda

%45.33
%6.22
%48.44

CMYK Percentages of Color #cc1cda

%6
%87
%0
%15

Triadic Colors of #cc1cda

#cc1cda #dacc1c #1cdacc

Analogous Colors of #cc1cda

#cc1cda #da1c89 #6d1cda

Monochromatic Colors of #cc1cda

#cc1cda

Complementary Color

#cc1cda #2ada1c

#cc1cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc1cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc1cda Color CSS Codes

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

#cc1cda Text Font Color

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

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


#cc1cda Background Color

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

This div background color is #cc1cda


#cc1cda Border Color

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

This div border color is #cc1cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc1cda


Comments

No comments written yet.

Please login to write comment.