Color Hex Logo

#c7518d Color Hex

#C7518D
(199,81,141)
0 Favorites   0 Comments

Color spaces of #c7518d

RGB 19981141
HSL0.920.510.55
HSV329°59°78°
CMYK 0.000.590.29   0.22
XYZ31.303319.950127.4002
Yxy19.95010.39800.2536
Hunter Lab44.665546.9349-5.1057
CIE-Lab51.780753.1342-9.4050

#c7518d color RGB value is (199,81,141).

#c7518d hex color red value is 199, green value is 81 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #c7518d hue: 0.92 , saturation: 0.51 and the lightness value of c7518d is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 01010001 10001101
Octal 307 121 215
Decimal 199 81 141
Hex C7 51 8D

RGB Percentages of Color #c7518d

%47.27
%19.24
%33.49

CMYK Percentages of Color #c7518d

%0
%59
%29
%22

Triadic Colors of #c7518d

#c7518d #8dc751 #518dc7

Analogous Colors of #c7518d

#c7518d #c75152 #c651c7

Monochromatic Colors of #c7518d

#c7518d

Complementary Color

#c7518d #51c78b

#c7518d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7518d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7518d Color CSS Codes

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

#c7518d Text Font Color

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

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


#c7518d Background Color

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

This div background color is #c7518d


#c7518d Border Color

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

This div border color is #c7518d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7518d


Comments

No comments written yet.

Please login to write comment.