Color Hex Logo

#c7758d Color Hex

#C7758D
(199,117,141)
0 Favorites   0 Comments

Color spaces of #c7758d

RGB 199117141
HSL0.950.420.62
HSV342°41°78°
CMYK 0.000.410.29   0.22
XYZ34.722226.787828.5398
Yxy26.78780.38560.2975
Hunter Lab51.756929.17583.5362
CIE-Lab58.777435.11520.9314

#c7758d color RGB value is (199,117,141).

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

The process color (four color CMYK) of #c7758d color hex is 0.00, 0.41, 0.29, 0.22. Web safe color of #c7758d is #cc6699. Color #c7758d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01110101 10001101
Octal 307 165 215
Decimal 199 117 141
Hex C7 75 8D

RGB Percentages of Color #c7758d

%43.54
%25.60
%30.85

CMYK Percentages of Color #c7758d

%0
%41
%29
%22

Triadic Colors of #c7758d

#c7758d #8dc775 #758dc7

Analogous Colors of #c7758d

#c7758d #c78675 #c775b6

Monochromatic Colors of #c7758d

#c7758d

Complementary Color

#c7758d #75c7af

#c7758d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7758d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7758d Color CSS Codes

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

#c7758d Text Font Color

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

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


#c7758d Background Color

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

This div background color is #c7758d


#c7758d Border Color

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

This div border color is #c7758d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7758d


Comments

No comments written yet.

Please login to write comment.