Color Hex Logo

#c7055c Color Hex

#C7055C
(199,5,92)
0 Favorites   0 Comments

Color spaces of #c7055c

RGB 199592
HSL0.930.950.40
HSV333°97°78°
CMYK 0.000.970.54   0.22
XYZ25.539213.023411.2929
Yxy13.02340.51230.2612
Hunter Lab36.087963.16936.7081
CIE-Lab42.798569.20437.4090

#c7055c color RGB value is (199,5,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 00000101 01011100
Octal 307 5 134
Decimal 199 5 92
Hex C7 5 5C

RGB Percentages of Color #c7055c

%67.23
%1.69
%31.08

CMYK Percentages of Color #c7055c

%0
%97
%54
%22

Triadic Colors of #c7055c

#c7055c #5cc705 #055cc7

Analogous Colors of #c7055c

#c7055c #c70f05 #c705bd

Monochromatic Colors of #c7055c

#c7055c

Complementary Color

#c7055c #05c770

#c7055c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7055c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7055c Color CSS Codes

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

#c7055c Text Font Color

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

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


#c7055c Background Color

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

This div background color is #c7055c


#c7055c Border Color

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

This div border color is #c7055c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,5,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 #c7055c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7055c


Comments

No comments written yet.

Please login to write comment.