Color Hex Logo

#c9018f Color Hex

#C9018F
(201,1,143)
0 Favorites   0 Comments

Color spaces of #c9018f

RGB 2011143
HSL0.880.990.40
HSV317°100°79°
CMYK 0.001.000.29   0.21
XYZ29.056214.422427.2390
Yxy14.42240.41090.2039
Hunter Lab37.976870.1115-15.9421
CIE-Lab44.832774.6144-21.1363

#c9018f color RGB value is (201,1,143).

#c9018f hex color red value is 201, green value is 1 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #c9018f hue: 0.88 , saturation: 0.99 and the lightness value of c9018f is 0.40.

The process color (four color CMYK) of #c9018f color hex is 0.00, 1.00, 0.29, 0.21. Web safe color of #c9018f is #cc0099. Color #c9018f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00000001 10001111
Octal 311 1 217
Decimal 201 1 143
Hex C9 1 8F

RGB Percentages of Color #c9018f

%58.26
%0.29
%41.45

CMYK Percentages of Color #c9018f

%0
%100
%29
%21

Triadic Colors of #c9018f

#c9018f #8fc901 #018fc9

Analogous Colors of #c9018f

#c9018f #c9012b #9f01c9

Monochromatic Colors of #c9018f

#c9018f

Complementary Color

#c9018f #01c93b

#c9018f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9018f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9018f Color CSS Codes

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

#c9018f Text Font Color

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

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


#c9018f Background Color

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

This div background color is #c9018f


#c9018f Border Color

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

This div border color is #c9018f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,1,143, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9018f


Comments

No comments written yet.

Please login to write comment.