Color Hex Logo

#c90951 Color Hex

#C90951
(201,9,81)
0 Favorites   0 Comments

Color spaces of #c90951

RGB 201981
HSL0.940.910.41
HSV338°96°79°
CMYK 0.000.960.60   0.21
XYZ25.670313.20708.9808
Yxy13.20700.53640.2760
Hunter Lab36.341462.488510.7871
CIE-Lab43.073568.570014.7916

#c90951 color RGB value is (201,9,81).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 00001001 01010001
Octal 311 11 121
Decimal 201 9 81
Hex C9 9 51

RGB Percentages of Color #c90951

%69.07
%3.09
%27.84

CMYK Percentages of Color #c90951

%0
%96
%60
%21

Triadic Colors of #c90951

#c90951 #51c909 #0951c9

Analogous Colors of #c90951

#c90951 #c92109 #c909b1

Monochromatic Colors of #c90951

#c90951

Complementary Color

#c90951 #09c981

#c90951 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c90951 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c90951 Color CSS Codes

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

#c90951 Text Font Color

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

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


#c90951 Background Color

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

This div background color is #c90951


#c90951 Border Color

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

This div border color is #c90951


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c90951


Comments

No comments written yet.

Please login to write comment.