Color Hex Logo

#c90387 Color Hex

#C90387
(201,3,135)
0 Favorites   0 Comments

Color spaces of #c90387

RGB 2013135
HSL0.890.970.40
HSV320°99°79°
CMYK 0.000.990.33   0.21
XYZ28.493114.231924.1669
Yxy14.23190.42600.2128
Hunter Lab37.725268.7985-11.5738
CIE-Lab44.563773.5839-16.6723

#c90387 color RGB value is (201,3,135).

#c90387 hex color red value is 201, green value is 3 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #c90387 hue: 0.89 , saturation: 0.97 and the lightness value of c90387 is 0.40.

The process color (four color CMYK) of #c90387 color hex is 0.00, 0.99, 0.33, 0.21. Web safe color of #c90387 is #cc0099. Color #c90387 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00000011 10000111
Octal 311 3 207
Decimal 201 3 135
Hex C9 3 87

RGB Percentages of Color #c90387

%59.29
%0.88
%39.82

CMYK Percentages of Color #c90387

%0
%99
%33
%21

Triadic Colors of #c90387

#c90387 #87c903 #0387c9

Analogous Colors of #c90387

#c90387 #c90324 #a803c9

Monochromatic Colors of #c90387

#c90387

Complementary Color

#c90387 #03c945

#c90387 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c90387 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c90387 Color CSS Codes

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

#c90387 Text Font Color

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

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


#c90387 Background Color

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

This div background color is #c90387


#c90387 Border Color

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

This div border color is #c90387


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c90387


Comments

No comments written yet.

Please login to write comment.