Color Hex Logo

#cc149e Color Hex

#CC149E
(204,20,158)
0 Favorites   0 Comments

Color spaces of #cc149e

RGB 20420158
HSL0.880.820.44
HSV315°90°80°
CMYK 0.000.900.23   0.20
XYZ31.323615.806333.7477
Yxy15.80630.38730.1954
Hunter Lab39.757171.0605-22.4981
CIE-Lab46.719375.0253-27.2132

#cc149e color RGB value is (204,20,158).

#cc149e hex color red value is 204, green value is 20 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #cc149e hue: 0.88 , saturation: 0.82 and the lightness value of cc149e is 0.44.

The process color (four color CMYK) of #cc149e color hex is 0.00, 0.90, 0.23, 0.20. Web safe color of #cc149e is #cc0099. Color #cc149e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00010100 10011110
Octal 314 24 236
Decimal 204 20 158
Hex CC 14 9E

RGB Percentages of Color #cc149e

%53.40
%5.24
%41.36

CMYK Percentages of Color #cc149e

%0
%90
%23
%20

Triadic Colors of #cc149e

#cc149e #9ecc14 #149ecc

Analogous Colors of #cc149e

#cc149e #cc1442 #9e14cc

Monochromatic Colors of #cc149e

#cc149e

Complementary Color

#cc149e #14cc42

#cc149e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc149e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc149e Color CSS Codes

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

#cc149e Text Font Color

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

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


#cc149e Background Color

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

This div background color is #cc149e


#cc149e Border Color

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

This div border color is #cc149e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc149e


Comments

No comments written yet.

Please login to write comment.