Color Hex Logo

#cc127a Color Hex

#CC127A
(204,18,122)
0 Favorites   0 Comments

Color spaces of #cc127a

RGB 20418122
HSL0.910.840.44
HSV326°91°80°
CMYK 0.000.910.40   0.20
XYZ28.631014.675119.7359
Yxy14.67510.45420.2328
Hunter Lab38.308166.3696-3.7299
CIE-Lab45.185971.4407-7.6937

#cc127a color RGB value is (204,18,122).

#cc127a hex color red value is 204, green value is 18 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #cc127a hue: 0.91 , saturation: 0.84 and the lightness value of cc127a is 0.44.

The process color (four color CMYK) of #cc127a color hex is 0.00, 0.91, 0.40, 0.20. Web safe color of #cc127a is #cc0066. Color #cc127a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00010010 01111010
Octal 314 22 172
Decimal 204 18 122
Hex CC 12 7A

RGB Percentages of Color #cc127a

%59.30
%5.23
%35.47

CMYK Percentages of Color #cc127a

%0
%91
%40
%20

Triadic Colors of #cc127a

#cc127a #7acc12 #127acc

Analogous Colors of #cc127a

#cc127a #cc121d #c112cc

Monochromatic Colors of #cc127a

#cc127a

Complementary Color

#cc127a #12cc64

#cc127a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc127a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc127a Color CSS Codes

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

#cc127a Text Font Color

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

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


#cc127a Background Color

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

This div background color is #cc127a


#cc127a Border Color

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

This div border color is #cc127a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc127a


Comments

No comments written yet.

Please login to write comment.