Color Hex Logo

#c90966 Color Hex

#C90966
(201,9,102)
0 Favorites   0 Comments

Color spaces of #c90966

RGB 2019102
HSL0.920.910.41
HSV331°96°79°
CMYK 0.000.960.49   0.21
XYZ26.583413.572213.7890
Yxy13.57220.49280.2516
Hunter Lab36.840564.33153.5967
CIE-Lab43.613170.03182.3456

#c90966 color RGB value is (201,9,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 00001001 01100110
Octal 311 11 146
Decimal 201 9 102
Hex C9 9 66

RGB Percentages of Color #c90966

%64.42
%2.88
%32.69

CMYK Percentages of Color #c90966

%0
%96
%49
%21

Triadic Colors of #c90966

#c90966 #66c909 #0966c9

Analogous Colors of #c90966

#c90966 #c90c09 #c909c6

Monochromatic Colors of #c90966

#c90966

Complementary Color

#c90966 #09c96c

#c90966 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c90966 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c90966 Color CSS Codes

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

#c90966 Text Font Color

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

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


#c90966 Background Color

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

This div background color is #c90966


#c90966 Border Color

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

This div border color is #c90966


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c90966


Comments

No comments written yet.

Please login to write comment.