Color Hex Logo

#c94479 Color Hex

#C94479
(201,68,121)
0 Favorites   0 Comments

Color spaces of #c94479

RGB 20168121
HSL0.930.550.53
HSV336°66°79°
CMYK 0.000.660.40   0.21
XYZ29.605717.932219.9900
Yxy17.93220.43840.2656
Hunter Lab42.346450.68861.6541
CIE-Lab49.413856.9785-0.8881

#c94479 color RGB value is (201,68,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01000100 01111001
Octal 311 104 171
Decimal 201 68 121
Hex C9 44 79

RGB Percentages of Color #c94479

%51.54
%17.44
%31.03

CMYK Percentages of Color #c94479

%0
%66
%40
%21

Triadic Colors of #c94479

#c94479 #79c944 #4479c9

Analogous Colors of #c94479

#c94479 #c95244 #c944bc

Monochromatic Colors of #c94479

#c94479

Complementary Color

#c94479 #44c994

#c94479 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c94479 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c94479 Color CSS Codes

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

#c94479 Text Font Color

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

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


#c94479 Background Color

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

This div background color is #c94479


#c94479 Border Color

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

This div border color is #c94479


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c94479


Comments

No comments written yet.

Please login to write comment.