Color Hex Logo

#c94450 Color Hex

#C94450
(201,68,80)
0 Favorites   0 Comments

Color spaces of #c94450

RGB 2016880
HSL0.980.550.53
HSV355°66°79°
CMYK 0.000.660.60   0.21
XYZ27.602517.13099.4412
Yxy17.13090.50950.3162
Hunter Lab41.389546.609415.4482
CIE-Lab48.424553.418822.5546

#c94450 color RGB value is (201,68,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01000100 01010000
Octal 311 104 120
Decimal 201 68 80
Hex C9 44 50

RGB Percentages of Color #c94450

%57.59
%19.48
%22.92

CMYK Percentages of Color #c94450

%0
%66
%60
%21

Triadic Colors of #c94450

#c94450 #50c944 #4450c9

Analogous Colors of #c94450

#c94450 #c97b44 #c94493

Monochromatic Colors of #c94450

#c94450

Complementary Color

#c94450 #44c9bd

#c94450 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c94450 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c94450 Color CSS Codes

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

#c94450 Text Font Color

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

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


#c94450 Background Color

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

This div background color is #c94450


#c94450 Border Color

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

This div border color is #c94450


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c94450


Comments

No comments written yet.

Please login to write comment.