Color Hex Logo

#c7757d Color Hex

#C7757D
(199,117,125)
0 Favorites   0 Comments

Color spaces of #c7757d

RGB 199117125
HSL0.980.420.62
HSV354°41°78°
CMYK 0.000.410.37   0.22
XYZ33.616126.345422.7154
Yxy26.34540.40660.3187
Hunter Lab51.327827.08149.6903
CIE-Lab58.363533.06309.5950

#c7757d color RGB value is (199,117,125).

#c7757d hex color red value is 199, green value is 117 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #c7757d hue: 0.98 , saturation: 0.42 and the lightness value of c7757d is 0.62.

The process color (four color CMYK) of #c7757d color hex is 0.00, 0.41, 0.37, 0.22. Web safe color of #c7757d is #cc6666. Color #c7757d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01110101 01111101
Octal 307 165 175
Decimal 199 117 125
Hex C7 75 7D

RGB Percentages of Color #c7757d

%45.12
%26.53
%28.34

CMYK Percentages of Color #c7757d

%0
%41
%37
%22

Triadic Colors of #c7757d

#c7757d #7dc775 #757dc7

Analogous Colors of #c7757d

#c7757d #c79675 #c775a6

Monochromatic Colors of #c7757d

#c7757d

Complementary Color

#c7757d #75c7bf

#c7757d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7757d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7757d Color CSS Codes

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

#c7757d Text Font Color

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

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


#c7757d Background Color

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

This div background color is #c7757d


#c7757d Border Color

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

This div border color is #c7757d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7757d


Comments

No comments written yet.

Please login to write comment.