Color Hex Logo

#cc074e Color Hex

#CC074E
(204,7,78)
0 Favorites   0 Comments

Color spaces of #cc074e

RGB 204778
HSL0.940.930.41
HSV338°97°80°
CMYK 0.000.970.62   0.20
XYZ26.353013.53948.4321
Yxy13.53940.54530.2802
Hunter Lab36.795963.447712.1703
CIE-Lab43.565069.291617.4494

#cc074e color RGB value is (204,7,78).

#cc074e hex color red value is 204, green value is 7 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #cc074e hue: 0.94 , saturation: 0.93 and the lightness value of cc074e is 0.41.

The process color (four color CMYK) of #cc074e color hex is 0.00, 0.97, 0.62, 0.20. Web safe color of #cc074e is #cc0066. Color #cc074e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00000111 01001110
Octal 314 7 116
Decimal 204 7 78
Hex CC 7 4E

RGB Percentages of Color #cc074e

%70.59
%2.42
%26.99

CMYK Percentages of Color #cc074e

%0
%97
%62
%20

Triadic Colors of #cc074e

#cc074e #4ecc07 #074ecc

Analogous Colors of #cc074e

#cc074e #cc2207 #cc07b1

Monochromatic Colors of #cc074e

#cc074e

Complementary Color

#cc074e #07cc85

#cc074e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc074e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc074e Color CSS Codes

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

#cc074e Text Font Color

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

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


#cc074e Background Color

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

This div background color is #cc074e


#cc074e Border Color

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

This div border color is #cc074e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc074e


Comments

No comments written yet.

Please login to write comment.