Color Hex Logo

#c22daa Color Hex

#C22DAA
(194,45,170)
0 Favorites   0 Comments

Color spaces of #c22daa

RGB 19445170
HSL0.860.620.47
HSV310°77°76°
CMYK 0.000.770.12   0.24
XYZ30.442216.248439.5620
Yxy16.24840.35290.1884
Hunter Lab40.309364.2646-29.9743
CIE-Lab47.298769.2577-33.5792

#c22daa color RGB value is (194,45,170).

#c22daa hex color red value is 194, green value is 45 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c22daa hue: 0.86 , saturation: 0.62 and the lightness value of c22daa is 0.47.

The process color (four color CMYK) of #c22daa color hex is 0.00, 0.77, 0.12, 0.24. Web safe color of #c22daa is #cc3399. Color #c22daa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00101101 10101010
Octal 302 55 252
Decimal 194 45 170
Hex C2 2D AA

RGB Percentages of Color #c22daa

%47.43
%11.00
%41.56

CMYK Percentages of Color #c22daa

%0
%77
%12
%24

Triadic Colors of #c22daa

#c22daa #aac22d #2daac2

Analogous Colors of #c22daa

#c22daa #c22d5f #902dc2

Monochromatic Colors of #c22daa

#c22daa

Complementary Color

#c22daa #2dc245

#c22daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c22daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c22daa Color CSS Codes

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

#c22daa Text Font Color

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

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


#c22daa Background Color

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

This div background color is #c22daa


#c22daa Border Color

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

This div border color is #c22daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c22daa


Comments

No comments written yet.

Please login to write comment.