Color Hex Logo

#c94564 Color Hex

#C94564
(201,69,100)
0 Favorites   0 Comments

Color spaces of #c94564

RGB 20169100
HSL0.960.550.53
HSV346°66°79°
CMYK 0.000.660.50   0.21
XYZ28.515817.593913.9496
Yxy17.59390.47480.2929
Hunter Lab41.945147.94699.6436
CIE-Lab48.999854.551611.2446

#c94564 color RGB value is (201,69,100).

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

The process color (four color CMYK) of #c94564 color hex is 0.00, 0.66, 0.50, 0.21. Web safe color of #c94564 is #cc3366. Color #c94564 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01000101 01100100
Octal 311 105 144
Decimal 201 69 100
Hex C9 45 64

RGB Percentages of Color #c94564

%54.32
%18.65
%27.03

CMYK Percentages of Color #c94564

%0
%66
%50
%21

Triadic Colors of #c94564

#c94564 #64c945 #4564c9

Analogous Colors of #c94564

#c94564 #c96845 #c945a6

Monochromatic Colors of #c94564

#c94564

Complementary Color

#c94564 #45c9aa

#c94564 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c94564 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c94564 Color CSS Codes

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

#c94564 Text Font Color

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

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


#c94564 Background Color

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

This div background color is #c94564


#c94564 Border Color

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

This div border color is #c94564


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c94564


Comments

No comments written yet.

Please login to write comment.