Color Hex Logo

#cc2fae Color Hex

#CC2FAE
(204,47,174)
0 Favorites   0 Comments

Color spaces of #cc2fae

RGB 20447174
HSL0.870.630.49
HSV311°77°80°
CMYK 0.000.770.15   0.20
XYZ33.558317.926441.7358
Yxy17.92640.36000.1923
Hunter Lab42.339667.3846-28.8068
CIE-Lab49.406771.4669-32.5122

#cc2fae color RGB value is (204,47,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00101111 10101110
Octal 314 57 256
Decimal 204 47 174
Hex CC 2F AE

RGB Percentages of Color #cc2fae

%48.00
%11.06
%40.94

CMYK Percentages of Color #cc2fae

%0
%77
%15
%20

Triadic Colors of #cc2fae

#cc2fae #aecc2f #2faecc

Analogous Colors of #cc2fae

#cc2fae #cc2f60 #9c2fcc

Monochromatic Colors of #cc2fae

#cc2fae

Complementary Color

#cc2fae #2fcc4d

#cc2fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc2fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc2fae Color CSS Codes

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

#cc2fae Text Font Color

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

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


#cc2fae Background Color

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

This div background color is #cc2fae


#cc2fae Border Color

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

This div border color is #cc2fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc2fae


Comments

No comments written yet.

Please login to write comment.