Color Hex Logo

#c94254 Color Hex

#C94254
(201,66,84)
0 Favorites   0 Comments

Color spaces of #c94254

RGB 2016684
HSL0.980.560.52
HSV352°67°79°
CMYK 0.000.670.58   0.21
XYZ27.635816.954010.2034
Yxy16.95400.50440.3094
Hunter Lab41.175247.748114.1303
CIE-Lab48.202054.511019.8501

#c94254 color RGB value is (201,66,84).

#c94254 hex color red value is 201, green value is 66 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #c94254 hue: 0.98 , saturation: 0.56 and the lightness value of c94254 is 0.52.

The process color (four color CMYK) of #c94254 color hex is 0.00, 0.67, 0.58, 0.21. Web safe color of #c94254 is #cc3366. Color #c94254 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01000010 01010100
Octal 311 102 124
Decimal 201 66 84
Hex C9 42 54

RGB Percentages of Color #c94254

%57.26
%18.80
%23.93

CMYK Percentages of Color #c94254

%0
%67
%58
%21

Triadic Colors of #c94254

#c94254 #54c942 #4254c9

Analogous Colors of #c94254

#c94254 #c97442 #c94298

Monochromatic Colors of #c94254

#c94254

Complementary Color

#c94254 #42c9b7

#c94254 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c94254 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c94254 Color CSS Codes

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

#c94254 Text Font Color

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

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


#c94254 Background Color

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

This div background color is #c94254


#c94254 Border Color

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

This div border color is #c94254


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c94254


Comments

No comments written yet.

Please login to write comment.