Color Hex Logo

#c6518d Color Hex

#C6518D
(198,81,141)
0 Favorites   0 Comments

Color spaces of #c6518d

RGB 19881141
HSL0.910.510.55
HSV329°59°78°
CMYK 0.000.590.29   0.22
XYZ31.038919.813727.3878
Yxy19.81370.39670.2532
Hunter Lab44.512646.5721-5.3213
CIE-Lab51.625952.8266-9.6529

#c6518d color RGB value is (198,81,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01010001 10001101
Octal 306 121 215
Decimal 198 81 141
Hex C6 51 8D

RGB Percentages of Color #c6518d

%47.14
%19.29
%33.57

CMYK Percentages of Color #c6518d

%0
%59
%29
%22

Triadic Colors of #c6518d

#c6518d #8dc651 #518dc6

Analogous Colors of #c6518d

#c6518d #c65153 #c551c6

Monochromatic Colors of #c6518d

#c6518d

Complementary Color

#c6518d #51c68a

#c6518d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6518d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6518d Color CSS Codes

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

#c6518d Text Font Color

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

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


#c6518d Background Color

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

This div background color is #c6518d


#c6518d Border Color

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

This div border color is #c6518d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6518d


Comments

No comments written yet.

Please login to write comment.