Color Hex Logo

#cc026e Color Hex

#CC026E
(204,2,110)
0 Favorites   0 Comments

Color spaces of #cc026e

RGB 2042110
HSL0.910.980.40
HSV328°99°80°
CMYK 0.000.990.46   0.20
XYZ27.738014.006615.9934
Yxy14.00660.48040.2426
Hunter Lab37.425466.80170.8607
CIE-Lab44.242471.9862-1.6592

#cc026e color RGB value is (204,2,110).

#cc026e hex color red value is 204, green value is 2 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #cc026e hue: 0.91 , saturation: 0.98 and the lightness value of cc026e is 0.40.

The process color (four color CMYK) of #cc026e color hex is 0.00, 0.99, 0.46, 0.20. Web safe color of #cc026e is #cc0066. Color #cc026e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00000010 01101110
Octal 314 2 156
Decimal 204 2 110
Hex CC 2 6E

RGB Percentages of Color #cc026e

%64.56
%0.63
%34.81

CMYK Percentages of Color #cc026e

%0
%99
%46
%20

Triadic Colors of #cc026e

#cc026e #6ecc02 #026ecc

Analogous Colors of #cc026e

#cc026e #cc0209 #c502cc

Monochromatic Colors of #cc026e

#cc026e

Complementary Color

#cc026e #02cc60

#cc026e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc026e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc026e Color CSS Codes

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

#cc026e Text Font Color

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

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


#cc026e Background Color

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

This div background color is #cc026e


#cc026e Border Color

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

This div border color is #cc026e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc026e


Comments

No comments written yet.

Please login to write comment.