Color Hex Logo

#cc1ea0 Color Hex

#CC1EA0
(204,30,160)
0 Favorites   0 Comments

Color spaces of #cc1ea0

RGB 20430160
HSL0.880.740.46
HSV315°85°80°
CMYK 0.000.850.22   0.20
XYZ31.711316.304034.7333
Yxy16.30400.38320.1970
Hunter Lab40.378269.5243-22.7365
CIE-Lab47.370873.6361-27.3949

#cc1ea0 color RGB value is (204,30,160).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00011110 10100000
Octal 314 36 240
Decimal 204 30 160
Hex CC 1E A0

RGB Percentages of Color #cc1ea0

%51.78
%7.61
%40.61

CMYK Percentages of Color #cc1ea0

%0
%85
%22
%20

Triadic Colors of #cc1ea0

#cc1ea0 #a0cc1e #1ea0cc

Analogous Colors of #cc1ea0

#cc1ea0 #cc1e49 #a11ecc

Monochromatic Colors of #cc1ea0

#cc1ea0

Complementary Color

#cc1ea0 #1ecc4a

#cc1ea0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc1ea0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc1ea0 Color CSS Codes

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

#cc1ea0 Text Font Color

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

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


#cc1ea0 Background Color

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

This div background color is #cc1ea0


#cc1ea0 Border Color

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

This div border color is #cc1ea0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc1ea0


Comments

No comments written yet.

Please login to write comment.