Color Hex Logo

#c94595 Color Hex

#C94595
(201,69,149)
0 Favorites   0 Comments

Color spaces of #c94595

RGB 20169149
HSL0.900.550.53
HSV324°66°79°
CMYK 0.000.660.26   0.21
XYZ31.640318.843730.4033
Yxy18.84370.39120.2330
Hunter Lab43.409354.1392-11.1394
CIE-Lab50.503859.8728-16.0607

#c94595 color RGB value is (201,69,149).

#c94595 hex color red value is 201, green value is 69 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #c94595 hue: 0.90 , saturation: 0.55 and the lightness value of c94595 is 0.53.

The process color (four color CMYK) of #c94595 color hex is 0.00, 0.66, 0.26, 0.21. Web safe color of #c94595 is #cc3399. Color #c94595 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01000101 10010101
Octal 311 105 225
Decimal 201 69 149
Hex C9 45 95

RGB Percentages of Color #c94595

%47.97
%16.47
%35.56

CMYK Percentages of Color #c94595

%0
%66
%26
%21

Triadic Colors of #c94595

#c94595 #95c945 #4595c9

Analogous Colors of #c94595

#c94595 #c94553 #bb45c9

Monochromatic Colors of #c94595

#c94595

Complementary Color

#c94595 #45c979

#c94595 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c94595 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c94595 Color CSS Codes

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

#c94595 Text Font Color

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

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


#c94595 Background Color

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

This div background color is #c94595


#c94595 Border Color

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

This div border color is #c94595


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c94595


Comments

No comments written yet.

Please login to write comment.