Color Hex Logo

#c6518a Color Hex

#C6518A
(198,81,138)
0 Favorites   0 Comments

Color spaces of #c6518a

RGB 19881138
HSL0.920.510.55
HSV331°59°78°
CMYK 0.000.590.30   0.22
XYZ30.818619.725626.2279
Yxy19.72560.40140.2569
Hunter Lab44.413546.1378-3.9236
CIE-Lab51.525552.4428-8.0179

#c6518a color RGB value is (198,81,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01010001 10001010
Octal 306 121 212
Decimal 198 81 138
Hex C6 51 8A

RGB Percentages of Color #c6518a

%47.48
%19.42
%33.09

CMYK Percentages of Color #c6518a

%0
%59
%30
%22

Triadic Colors of #c6518a

#c6518a #8ac651 #518ac6

Analogous Colors of #c6518a

#c6518a #c65351 #c651c5

Monochromatic Colors of #c6518a

#c6518a

Complementary Color

#c6518a #51c68d

#c6518a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6518a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6518a Color CSS Codes

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

#c6518a Text Font Color

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

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


#c6518a Background Color

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

This div background color is #c6518a


#c6518a Border Color

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

This div border color is #c6518a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,81,138, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6518a


Comments

No comments written yet.

Please login to write comment.