color codes Logo

#c7079d color codes

#C7079D
(199,7,157)
0 Favorites   0 Comments

Color spaces of #c7079d

RGB 1997157
HSL0.870.930.40
HSV313°96°78°
CMYK 0.000.960.21   0.22
XYZ29.715014.728433.1750
Yxy14.72840.38280.1898
Hunter Lab38.377671.0482-24.3881
CIE-Lab45.259975.2996-28.9594

#c7079d color RGB value is (199,7,157).

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

The process color (four color CMYK) of #c7079d color code is 0.00, 0.96, 0.21, 0.22. Web safe color of #c7079d is #cc0099. Color #c7079d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00000111 10011101
Octal 307 7 235
Decimal 199 7 157
Hex C7 7 9D

RGB Percentages of Color #c7079d

%54.82
%1.93
%43.25

CMYK Percentages of Color #c7079d

%0
%96
%21
%22

Triadic Colors of #c7079d

#c7079d #9dc707 #079dc7

Analogous Colors of #c7079d

#c7079d #c7073d #9107c7

Monochromatic Colors of #c7079d

#c7079d

Complementary Color

#c7079d #07c731

#c7079d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7079d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7079d Color CSS Codes

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

#c7079d Text Font Color

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

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


#c7079d Background Color

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

This div background color is #c7079d


#c7079d Border Color

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

This div border color is #c7079d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7079d


Comments

No comments written yet.

Please login to write comment.