Color Hex Logo

#c9518a Color Hex

#C9518A
(201,81,138)
0 Favorites   0 Comments

Color spaces of #c9518a

RGB 20181138
HSL0.920.530.55
HSV332°60°79°
CMYK 0.000.600.31   0.21
XYZ31.617320.137326.2652
Yxy20.13730.40520.2581
Hunter Lab44.874647.2352-3.2903
CIE-Lab51.992153.3739-7.2725

#c9518a color RGB value is (201,81,138).

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

The process color (four color CMYK) of #c9518a color hex is 0.00, 0.60, 0.31, 0.21. Web safe color of #c9518a is #cc6699. Color #c9518a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01010001 10001010
Octal 311 121 212
Decimal 201 81 138
Hex C9 51 8A

RGB Percentages of Color #c9518a

%47.86
%19.29
%32.86

CMYK Percentages of Color #c9518a

%0
%60
%31
%21

Triadic Colors of #c9518a

#c9518a #8ac951 #518ac9

Analogous Colors of #c9518a

#c9518a #c95451 #c951c6

Monochromatic Colors of #c9518a

#c9518a

Complementary Color

#c9518a #51c990

#c9518a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9518a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9518a Color CSS Codes

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

#c9518a Text Font Color

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

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


#c9518a Background Color

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

This div background color is #c9518a


#c9518a Border Color

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

This div border color is #c9518a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9518a


Comments

No comments written yet.

Please login to write comment.