color codes Logo

#c9138f color codes

#C9138F
(201,19,143)
0 Favorites   0 Comments

Color spaces of #c9138f

RGB 20119143
HSL0.890.830.43
HSV319°91°79°
CMYK 0.000.910.29   0.21
XYZ29.278214.866427.3130
Yxy14.86640.40970.2080
Hunter Lab38.557068.0691-15.0100
CIE-Lab45.450772.8064-20.1848

#c9138f color RGB value is (201,19,143).

#c9138f hex color red value is 201, green value is 19 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #c9138f hue: 0.89 , saturation: 0.83 and the lightness value of c9138f is 0.43.

The process color (four color CMYK) of #c9138f color code is 0.00, 0.91, 0.29, 0.21. Web safe color of #c9138f is #cc0099. Color #c9138f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00010011 10001111
Octal 311 23 217
Decimal 201 19 143
Hex C9 13 8F

RGB Percentages of Color #c9138f

%55.37
%5.23
%39.39

CMYK Percentages of Color #c9138f

%0
%91
%29
%21

Triadic Colors of #c9138f

#c9138f #8fc913 #138fc9

Analogous Colors of #c9138f

#c9138f #c91334 #a813c9

Monochromatic Colors of #c9138f

#c9138f

Complementary Color

#c9138f #13c94d

#c9138f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9138f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9138f Color CSS Codes

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

#c9138f Text Font Color

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

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


#c9138f Background Color

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

This div background color is #c9138f


#c9138f Border Color

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

This div border color is #c9138f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9138f


Comments

No comments written yet.

Please login to write comment.