Color Hex Logo

#c2424e Color Hex

#C2424E
(194,66,78)
0 Favorites   0 Comments

Color spaces of #c2424e

RGB 1946678
HSL0.980.510.51
HSV354°66°76°
CMYK 0.000.660.60   0.24
XYZ25.571515.91588.9320
Yxy15.91580.50720.3157
Hunter Lab39.894644.598714.6518
CIE-Lab46.863851.817221.4846

#c2424e color RGB value is (194,66,78).

#c2424e hex color red value is 194, green value is 66 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #c2424e hue: 0.98 , saturation: 0.51 and the lightness value of c2424e is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01000010 01001110
Octal 302 102 116
Decimal 194 66 78
Hex C2 42 4E

RGB Percentages of Color #c2424e

%57.40
%19.53
%23.08

CMYK Percentages of Color #c2424e

%0
%66
%60
%24

Triadic Colors of #c2424e

#c2424e #4ec242 #424ec2

Analogous Colors of #c2424e

#c2424e #c27642 #c2428e

Monochromatic Colors of #c2424e

#c2424e

Complementary Color

#c2424e #42c2b6

#c2424e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2424e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2424e Color CSS Codes

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

#c2424e Text Font Color

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

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


#c2424e Background Color

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

This div background color is #c2424e


#c2424e Border Color

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

This div border color is #c2424e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2424e


Comments

No comments written yet.

Please login to write comment.