Color Hex Logo

#c90473 Color Hex

#C90473
(201,4,115)
0 Favorites   0 Comments

Color spaces of #c90473

RGB 2014115
HSL0.910.960.40
HSV326°98°79°
CMYK 0.000.980.43   0.21
XYZ27.225313.742117.4372
Yxy13.74210.46610.2353
Hunter Lab37.070366.2214-1.9397
CIE-Lab43.860871.5750-5.4015

#c90473 color RGB value is (201,4,115).

#c90473 hex color red value is 201, green value is 4 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #c90473 hue: 0.91 , saturation: 0.96 and the lightness value of c90473 is 0.40.

The process color (four color CMYK) of #c90473 color hex is 0.00, 0.98, 0.43, 0.21. Web safe color of #c90473 is #cc0066. Color #c90473 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00000100 01110011
Octal 311 4 163
Decimal 201 4 115
Hex C9 4 73

RGB Percentages of Color #c90473

%62.81
%1.25
%35.94

CMYK Percentages of Color #c90473

%0
%98
%43
%21

Triadic Colors of #c90473

#c90473 #73c904 #0473c9

Analogous Colors of #c90473

#c90473 #c90410 #bd04c9

Monochromatic Colors of #c90473

#c90473

Complementary Color

#c90473 #04c95a

#c90473 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c90473 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c90473 Color CSS Codes

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

#c90473 Text Font Color

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

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


#c90473 Background Color

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

This div background color is #c90473


#c90473 Border Color

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

This div border color is #c90473


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c90473


Comments

No comments written yet.

Please login to write comment.