Color Hex Logo

#c7807c Color Hex

#C7807C
(199,128,124)
0 Favorites   0 Comments

Color spaces of #c7807c

RGB 199128124
HSL0.010.400.63
HSV38°78°
CMYK 0.000.360.38   0.22
XYZ34.910429.035722.8333
Yxy29.03570.40230.3346
Hunter Lab53.884821.346612.5956
CIE-Lab60.813126.985213.6137

#c7807c color RGB value is (199,128,124).

#c7807c hex color red value is 199, green value is 128 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #c7807c hue: 0.01 , saturation: 0.40 and the lightness value of c7807c is 0.63.

The process color (four color CMYK) of #c7807c color hex is 0.00, 0.36, 0.38, 0.22. Web safe color of #c7807c is #cc9966. Color #c7807c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10000000 01111100
Octal 307 200 174
Decimal 199 128 124
Hex C7 80 7C

RGB Percentages of Color #c7807c

%44.12
%28.38
%27.49

CMYK Percentages of Color #c7807c

%0
%36
%38
%22

Triadic Colors of #c7807c

#c7807c #7cc780 #807cc7

Analogous Colors of #c7807c

#c7807c #c7a67c #c77c9e

Monochromatic Colors of #c7807c

#c7807c

Complementary Color

#c7807c #7cc3c7

#c7807c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7807c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7807c Color CSS Codes

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

#c7807c Text Font Color

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

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


#c7807c Background Color

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

This div background color is #c7807c


#c7807c Border Color

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

This div border color is #c7807c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7807c


Comments

No comments written yet.

Please login to write comment.