Color Hex Logo

#cc146a Color Hex

#CC146A
(204,20,106)
0 Favorites   0 Comments

Color spaces of #cc146a

RGB 20420106
HSL0.920.820.44
HSV332°90°80°
CMYK 0.000.900.48   0.20
XYZ27.753514.378314.9482
Yxy14.37830.48620.2519
Hunter Lab37.918764.29013.1700
CIE-Lab44.770669.77101.6023

#cc146a color RGB value is (204,20,106).

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

The process color (four color CMYK) of #cc146a color hex is 0.00, 0.90, 0.48, 0.20. Web safe color of #cc146a is #cc0066. Color #cc146a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00010100 01101010
Octal 314 24 152
Decimal 204 20 106
Hex CC 14 6A

RGB Percentages of Color #cc146a

%61.82
%6.06
%32.12

CMYK Percentages of Color #cc146a

%0
%90
%48
%20

Triadic Colors of #cc146a

#cc146a #6acc14 #146acc

Analogous Colors of #cc146a

#cc146a #cc1a14 #cc14c6

Monochromatic Colors of #cc146a

#cc146a

Complementary Color

#cc146a #14cc76

#cc146a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc146a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc146a Color CSS Codes

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

#cc146a Text Font Color

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

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


#cc146a Background Color

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

This div background color is #cc146a


#cc146a Border Color

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

This div border color is #cc146a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc146a


Comments

No comments written yet.

Please login to write comment.