Color Hex Logo

#c94834 Color Hex

#C94834
(201,72,52)
0 Favorites   0 Comments

Color spaces of #c94834

RGB 2017252
HSL0.020.590.50
HSV74°79°
CMYK 0.000.640.74   0.21
XYZ27.024617.30025.1637
Yxy17.30020.54610.3496
Hunter Lab41.593543.188421.7548
CIE-Lab48.636150.179939.0485

#c94834 color RGB value is (201,72,52).

#c94834 hex color red value is 201, green value is 72 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #c94834 hue: 0.02 , saturation: 0.59 and the lightness value of c94834 is 0.50.

The process color (four color CMYK) of #c94834 color hex is 0.00, 0.64, 0.74, 0.21. Web safe color of #c94834 is #cc3333. Color #c94834 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01001000 00110100
Octal 311 110 64
Decimal 201 72 52
Hex C9 48 34

RGB Percentages of Color #c94834

%61.85
%22.15
%16.00

CMYK Percentages of Color #c94834

%0
%64
%74
%21

Triadic Colors of #c94834

#c94834 #34c948 #4834c9

Analogous Colors of #c94834

#c94834 #c99334 #c9346b

Monochromatic Colors of #c94834

#c94834

Complementary Color

#c94834 #34b5c9

#c94834 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c94834 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c94834 Color CSS Codes

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

#c94834 Text Font Color

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

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


#c94834 Background Color

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

This div background color is #c94834


#c94834 Border Color

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

This div border color is #c94834


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c94834


Comments

No comments written yet.

Please login to write comment.