color codes Logo

#cc146c color codes

#CC146C
(204,20,108)
0 Favorites   0 Comments

Color spaces of #cc146c

RGB 20420108
HSL0.920.820.44
HSV331°90°80°
CMYK 0.000.900.47   0.20
XYZ27.858814.420415.5025
Yxy14.42040.48210.2496
Hunter Lab37.974264.49712.3775
CIE-Lab44.829969.93460.4447

#cc146c color RGB value is (204,20,108).

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

The process color (four color CMYK) of #cc146c color code is 0.00, 0.90, 0.47, 0.20. Web safe color of #cc146c is #cc0066. Color #cc146c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00010100 01101100
Octal 314 24 154
Decimal 204 20 108
Hex CC 14 6C

RGB Percentages of Color #cc146c

%61.45
%6.02
%32.53

CMYK Percentages of Color #cc146c

%0
%90
%47
%20

Triadic Colors of #cc146c

#cc146c #6ccc14 #146ccc

Analogous Colors of #cc146c

#cc146c #cc1814 #cc14c8

Monochromatic Colors of #cc146c

#cc146c

Complementary Color

#cc146c #14cc74

#cc146c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc146c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc146c Color CSS Codes

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

#cc146c Text Font Color

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

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


#cc146c Background Color

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

This div background color is #cc146c


#cc146c Border Color

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

This div border color is #cc146c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc146c


Comments

No comments written yet.

Please login to write comment.