Color Hex Logo

#c7075f Color Hex

#C7075F
(199,7,95)
0 Favorites   0 Comments

Color spaces of #c7075f

RGB 199795
HSL0.920.930.40
HSV333°96°78°
CMYK 0.000.960.52   0.22
XYZ25.694713.120312.0047
Yxy13.12030.50560.2582
Hunter Lab36.222063.23385.7054
CIE-Lab42.944069.23085.7256

#c7075f color RGB value is (199,7,95).

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

The process color (four color CMYK) of #c7075f color hex is 0.00, 0.96, 0.52, 0.22. Web safe color of #c7075f is #cc0066. Color #c7075f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00000111 01011111
Octal 307 7 137
Decimal 199 7 95
Hex C7 7 5F

RGB Percentages of Color #c7075f

%66.11
%2.33
%31.56

CMYK Percentages of Color #c7075f

%0
%96
%52
%22

Triadic Colors of #c7075f

#c7075f #5fc707 #075fc7

Analogous Colors of #c7075f

#c7075f #c70f07 #c707bf

Monochromatic Colors of #c7075f

#c7075f

Complementary Color

#c7075f #07c76f

#c7075f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7075f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7075f Color CSS Codes

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

#c7075f Text Font Color

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

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


#c7075f Background Color

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

This div background color is #c7075f


#c7075f Border Color

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

This div border color is #c7075f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7075f


Comments

No comments written yet.

Please login to write comment.