Color Hex Logo

#c2449a Color Hex

#C2449A
(194,68,154)
0 Favorites   0 Comments

Color spaces of #c2449a

RGB 19468154
HSL0.890.510.51
HSV319°65°76°
CMYK 0.000.650.21   0.24
XYZ30.148017.936732.4450
Yxy17.93670.37440.2227
Hunter Lab42.351752.9493-15.7749
CIE-Lab49.419259.0119-20.7937

#c2449a color RGB value is (194,68,154).

#c2449a hex color red value is 194, green value is 68 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #c2449a hue: 0.89 , saturation: 0.51 and the lightness value of c2449a is 0.51.

The process color (four color CMYK) of #c2449a color hex is 0.00, 0.65, 0.21, 0.24. Web safe color of #c2449a is #cc3399. Color #c2449a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01000100 10011010
Octal 302 104 232
Decimal 194 68 154
Hex C2 44 9A

RGB Percentages of Color #c2449a

%46.63
%16.35
%37.02

CMYK Percentages of Color #c2449a

%0
%65
%21
%24

Triadic Colors of #c2449a

#c2449a #9ac244 #449ac2

Analogous Colors of #c2449a

#c2449a #c2445b #ab44c2

Monochromatic Colors of #c2449a

#c2449a

Complementary Color

#c2449a #44c26c

#c2449a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2449a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2449a Color CSS Codes

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

#c2449a Text Font Color

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

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


#c2449a Background Color

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

This div background color is #c2449a


#c2449a Border Color

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

This div border color is #c2449a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2449a


Comments

No comments written yet.

Please login to write comment.