Color Hex Logo

#c24054 Color Hex

#C24054
(194,64,84)
0 Favorites   0 Comments

Color spaces of #c24054

RGB 1946484
HSL0.970.520.51
HSV351°67°76°
CMYK 0.000.670.57   0.24
XYZ25.681815.776210.0790
Yxy15.77620.49830.3061
Hunter Lab39.719345.906312.7583
CIE-Lab46.679553.075217.5958

#c24054 color RGB value is (194,64,84).

#c24054 hex color red value is 194, green value is 64 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #c24054 hue: 0.97 , saturation: 0.52 and the lightness value of c24054 is 0.51.

The process color (four color CMYK) of #c24054 color hex is 0.00, 0.67, 0.57, 0.24. Web safe color of #c24054 is #cc3366. Color #c24054 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01000000 01010100
Octal 302 100 124
Decimal 194 64 84
Hex C2 40 54

RGB Percentages of Color #c24054

%56.73
%18.71
%24.56

CMYK Percentages of Color #c24054

%0
%67
%57
%24

Triadic Colors of #c24054

#c24054 #54c240 #4054c2

Analogous Colors of #c24054

#c24054 #c26d40 #c24095

Monochromatic Colors of #c24054

#c24054

Complementary Color

#c24054 #40c2ae

#c24054 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c24054 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c24054 Color CSS Codes

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

#c24054 Text Font Color

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

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


#c24054 Background Color

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

This div background color is #c24054


#c24054 Border Color

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

This div border color is #c24054


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,64,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 #c24054">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c24054


Comments

No comments written yet.

Please login to write comment.