Color Hex Logo

#c9095e Color Hex

#C9095E
(201,9,94)
0 Favorites   0 Comments

Color spaces of #c9095e

RGB 201994
HSL0.930.910.41
HSV333°96°79°
CMYK 0.000.960.53   0.21
XYZ26.205513.421011.7990
Yxy13.42100.50960.2610
Hunter Lab36.634763.57386.5486
CIE-Lab43.390969.43277.0471

#c9095e color RGB value is (201,9,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 00001001 01011110
Octal 311 11 136
Decimal 201 9 94
Hex C9 9 5E

RGB Percentages of Color #c9095e

%66.12
%2.96
%30.92

CMYK Percentages of Color #c9095e

%0
%96
%53
%21

Triadic Colors of #c9095e

#c9095e #5ec909 #095ec9

Analogous Colors of #c9095e

#c9095e #c91409 #c909be

Monochromatic Colors of #c9095e

#c9095e

Complementary Color

#c9095e #09c974

#c9095e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9095e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9095e Color CSS Codes

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

#c9095e Text Font Color

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

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


#c9095e Background Color

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

This div background color is #c9095e


#c9095e Border Color

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

This div border color is #c9095e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,9,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 #c9095e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9095e


Comments

No comments written yet.

Please login to write comment.