Color Hex Logo

#cc1ead Color Hex

#CC1EAD
(204,30,173)
0 Favorites   0 Comments

Color spaces of #cc1ead

RGB 20430173
HSL0.860.740.46
HSV311°85°80°
CMYK 0.000.850.15   0.20
XYZ32.908916.783041.0401
Yxy16.78300.36270.1850
Hunter Lab40.967171.6970-30.7188
CIE-Lab47.985475.2986-34.1509

#cc1ead color RGB value is (204,30,173).

#cc1ead hex color red value is 204, green value is 30 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #cc1ead hue: 0.86 , saturation: 0.74 and the lightness value of cc1ead is 0.46.

The process color (four color CMYK) of #cc1ead color hex is 0.00, 0.85, 0.15, 0.20. Web safe color of #cc1ead is #cc3399. Color #cc1ead contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00011110 10101101
Octal 314 36 255
Decimal 204 30 173
Hex CC 1E AD

RGB Percentages of Color #cc1ead

%50.12
%7.37
%42.51

CMYK Percentages of Color #cc1ead

%0
%85
%15
%20

Triadic Colors of #cc1ead

#cc1ead #adcc1e #1eadcc

Analogous Colors of #cc1ead

#cc1ead #cc1e56 #941ecc

Monochromatic Colors of #cc1ead

#cc1ead

Complementary Color

#cc1ead #1ecc3d

#cc1ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc1ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc1ead Color CSS Codes

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

#cc1ead Text Font Color

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

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


#cc1ead Background Color

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

This div background color is #cc1ead


#cc1ead Border Color

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

This div border color is #cc1ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc1ead


Comments

No comments written yet.

Please login to write comment.