Color Hex Logo

#cc2eaf Color Hex

#CC2EAF
(204,46,175)
0 Favorites   0 Comments

Color spaces of #cc2eaf

RGB 20446175
HSL0.860.630.49
HSV311°77°80°
CMYK 0.000.770.14   0.20
XYZ33.616717.886542.2381
Yxy17.88650.35860.1908
Hunter Lab42.292467.8713-29.6091
CIE-Lab49.358271.8811-33.1764

#cc2eaf color RGB value is (204,46,175).

#cc2eaf hex color red value is 204, green value is 46 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #cc2eaf hue: 0.86 , saturation: 0.63 and the lightness value of cc2eaf is 0.49.

The process color (four color CMYK) of #cc2eaf color hex is 0.00, 0.77, 0.14, 0.20. Web safe color of #cc2eaf is #cc3399. Color #cc2eaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00101110 10101111
Octal 314 56 257
Decimal 204 46 175
Hex CC 2E AF

RGB Percentages of Color #cc2eaf

%48.00
%10.82
%41.18

CMYK Percentages of Color #cc2eaf

%0
%77
%14
%20

Triadic Colors of #cc2eaf

#cc2eaf #afcc2e #2eafcc

Analogous Colors of #cc2eaf

#cc2eaf #cc2e60 #9a2ecc

Monochromatic Colors of #cc2eaf

#cc2eaf

Complementary Color

#cc2eaf #2ecc4b

#cc2eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc2eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc2eaf Color CSS Codes

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

#cc2eaf Text Font Color

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

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


#cc2eaf Background Color

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

This div background color is #cc2eaf


#cc2eaf Border Color

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

This div border color is #cc2eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc2eaf


Comments

No comments written yet.

Please login to write comment.