Color Hex Logo

#c90979 Color Hex

#C90979
(201,9,121)
0 Favorites   0 Comments

Color spaces of #c90979

RGB 2019121
HSL0.900.910.41
HSV325°96°79°
CMYK 0.000.960.40   0.21
XYZ27.636313.993419.3336
Yxy13.99340.45330.2295
Hunter Lab37.407866.4096-4.4577
CIE-Lab44.223571.6620-8.5788

#c90979 color RGB value is (201,9,121).

#c90979 hex color red value is 201, green value is 9 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #c90979 hue: 0.90 , saturation: 0.91 and the lightness value of c90979 is 0.41.

The process color (four color CMYK) of #c90979 color hex is 0.00, 0.96, 0.40, 0.21. Web safe color of #c90979 is #cc0066. Color #c90979 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00001001 01111001
Octal 311 11 171
Decimal 201 9 121
Hex C9 9 79

RGB Percentages of Color #c90979

%60.73
%2.72
%36.56

CMYK Percentages of Color #c90979

%0
%96
%40
%21

Triadic Colors of #c90979

#c90979 #79c909 #0979c9

Analogous Colors of #c90979

#c90979 #c90919 #b909c9

Monochromatic Colors of #c90979

#c90979

Complementary Color

#c90979 #09c959

#c90979 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c90979 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c90979 Color CSS Codes

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

#c90979 Text Font Color

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

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


#c90979 Background Color

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

This div background color is #c90979


#c90979 Border Color

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

This div border color is #c90979


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c90979


Comments

No comments written yet.

Please login to write comment.