Color Hex Logo

#cc147d Color Hex

#CC147D
(204,20,125)
0 Favorites   0 Comments

Color spaces of #cc147d

RGB 20420125
HSL0.900.820.44
HSV326°90°80°
CMYK 0.000.900.39   0.20
XYZ28.853714.818320.7415
Yxy14.81830.44790.2300
Hunter Lab38.494566.4297-5.0003
CIE-Lab45.384371.4525-9.2424

#cc147d color RGB value is (204,20,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00010100 01111101
Octal 314 24 175
Decimal 204 20 125
Hex CC 14 7D

RGB Percentages of Color #cc147d

%58.45
%5.73
%35.82

CMYK Percentages of Color #cc147d

%0
%90
%39
%20

Triadic Colors of #cc147d

#cc147d #7dcc14 #147dcc

Analogous Colors of #cc147d

#cc147d #cc1421 #bf14cc

Monochromatic Colors of #cc147d

#cc147d

Complementary Color

#cc147d #14cc63

#cc147d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc147d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc147d Color CSS Codes

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

#cc147d Text Font Color

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

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


#cc147d Background Color

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

This div background color is #cc147d


#cc147d Border Color

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

This div border color is #cc147d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc147d


Comments

No comments written yet.

Please login to write comment.