Color Hex Logo

#c9315e Color Hex

#C9315E
(201,49,94)
0 Favorites   0 Comments

Color spaces of #c9315e

RGB 2014994
HSL0.950.610.49
HSV342°76°79°
CMYK 0.000.760.53   0.21
XYZ27.206115.422312.1326
Yxy15.42230.49680.2816
Hunter Lab39.271254.93559.1726
CIE-Lab46.207361.383411.0126

#c9315e color RGB value is (201,49,94).

#c9315e hex color red value is 201, green value is 49 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #c9315e hue: 0.95 , saturation: 0.61 and the lightness value of c9315e is 0.49.

The process color (four color CMYK) of #c9315e color hex is 0.00, 0.76, 0.53, 0.21. Web safe color of #c9315e is #cc3366. Color #c9315e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00110001 01011110
Octal 311 61 136
Decimal 201 49 94
Hex C9 31 5E

RGB Percentages of Color #c9315e

%58.43
%14.24
%27.33

CMYK Percentages of Color #c9315e

%0
%76
%53
%21

Triadic Colors of #c9315e

#c9315e #5ec931 #315ec9

Analogous Colors of #c9315e

#c9315e #c95031 #c931aa

Monochromatic Colors of #c9315e

#c9315e

Complementary Color

#c9315e #31c99c

#c9315e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9315e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9315e Color CSS Codes

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

#c9315e Text Font Color

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

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


#c9315e Background Color

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

This div background color is #c9315e


#c9315e Border Color

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

This div border color is #c9315e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9315e


Comments

No comments written yet.

Please login to write comment.