Color Hex Logo

#c24064 Color Hex

#C24064
(194,64,100)
0 Favorites   0 Comments

Color spaces of #c24064

RGB 19464100
HSL0.950.520.51
HSV343°67°76°
CMYK 0.000.670.48   0.24
XYZ26.381816.056213.7653
Yxy16.05620.46940.2857
Hunter Lab40.070247.39977.6813
CIE-Lab47.048154.39688.3257

#c24064 color RGB value is (194,64,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01000000 01100100
Octal 302 100 144
Decimal 194 64 100
Hex C2 40 64

RGB Percentages of Color #c24064

%54.19
%17.88
%27.93

CMYK Percentages of Color #c24064

%0
%67
%48
%24

Triadic Colors of #c24064

#c24064 #64c240 #4064c2

Analogous Colors of #c24064

#c24064 #c25d40 #c240a5

Monochromatic Colors of #c24064

#c24064

Complementary Color

#c24064 #40c29e

#c24064 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c24064 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c24064 Color CSS Codes

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

#c24064 Text Font Color

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

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


#c24064 Background Color

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

This div background color is #c24064


#c24064 Border Color

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

This div border color is #c24064


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,64,100, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c24064


Comments

No comments written yet.

Please login to write comment.