Color Hex Logo

#c7145c Color Hex

#C7145C
(199,20,92)
0 Favorites   0 Comments

Color spaces of #c7145c

RGB 1992092
HSL0.930.820.43
HSV336°90°78°
CMYK 0.000.900.54   0.22
XYZ25.735113.415111.3582
Yxy13.41510.50950.2656
Hunter Lab36.626661.32357.2524
CIE-Lab43.382267.51138.2346

#c7145c color RGB value is (199,20,92).

#c7145c hex color red value is 199, green value is 20 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #c7145c hue: 0.93 , saturation: 0.82 and the lightness value of c7145c is 0.43.

The process color (four color CMYK) of #c7145c color hex is 0.00, 0.90, 0.54, 0.22. Web safe color of #c7145c is #cc0066. Color #c7145c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00010100 01011100
Octal 307 24 134
Decimal 199 20 92
Hex C7 14 5C

RGB Percentages of Color #c7145c

%63.99
%6.43
%29.58

CMYK Percentages of Color #c7145c

%0
%90
%54
%22

Triadic Colors of #c7145c

#c7145c #5cc714 #145cc7

Analogous Colors of #c7145c

#c7145c #c72614 #c714b6

Monochromatic Colors of #c7145c

#c7145c

Complementary Color

#c7145c #14c77f

#c7145c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7145c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7145c Color CSS Codes

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

#c7145c Text Font Color

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

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


#c7145c Background Color

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

This div background color is #c7145c


#c7145c Border Color

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

This div border color is #c7145c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7145c


Comments

No comments written yet.

Please login to write comment.