Color Hex Logo

#c9085e Color Hex

#C9085E
(201,8,94)
0 Favorites   0 Comments

Color spaces of #c9085e

RGB 201894
HSL0.930.920.41
HSV333°96°79°
CMYK 0.000.960.53   0.21
XYZ26.194613.399311.7954
Yxy13.39930.50970.2607
Hunter Lab36.605163.67596.5183
CIE-Lab43.358869.52577.0016

#c9085e color RGB value is (201,8,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 00001000 01011110
Octal 311 10 136
Decimal 201 8 94
Hex C9 8 5E

RGB Percentages of Color #c9085e

%66.34
%2.64
%31.02

CMYK Percentages of Color #c9085e

%0
%96
%53
%21

Triadic Colors of #c9085e

#c9085e #5ec908 #085ec9

Analogous Colors of #c9085e

#c9085e #c91308 #c908bf

Monochromatic Colors of #c9085e

#c9085e

Complementary Color

#c9085e #08c973

#c9085e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9085e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9085e Color CSS Codes

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

#c9085e Text Font Color

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

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


#c9085e Background Color

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

This div background color is #c9085e


#c9085e Border Color

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

This div border color is #c9085e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9085e


Comments

No comments written yet.

Please login to write comment.