Color Hex Logo

#c7077d Color Hex

#C7077D
(199,7,125)
0 Favorites   0 Comments

Color spaces of #c7077d

RGB 1997125
HSL0.900.930.40
HSV323°96°78°
CMYK 0.000.960.37   0.22
XYZ27.330813.774720.6203
Yxy13.77470.44280.2232
Hunter Lab37.114366.4966-6.9609
CIE-Lab43.908171.7963-11.5630

#c7077d color RGB value is (199,7,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 00000111 01111101
Octal 307 7 175
Decimal 199 7 125
Hex C7 7 7D

RGB Percentages of Color #c7077d

%60.12
%2.11
%37.76

CMYK Percentages of Color #c7077d

%0
%96
%37
%22

Triadic Colors of #c7077d

#c7077d #7dc707 #077dc7

Analogous Colors of #c7077d

#c7077d #c7071d #b107c7

Monochromatic Colors of #c7077d

#c7077d

Complementary Color

#c7077d #07c751

#c7077d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7077d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7077d Color CSS Codes

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

#c7077d Text Font Color

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

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


#c7077d Background Color

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

This div background color is #c7077d


#c7077d Border Color

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

This div border color is #c7077d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7077d


Comments

No comments written yet.

Please login to write comment.