Color Hex Logo

#c442aa Color Hex

#C442AA
(196,66,170)
0 Favorites   0 Comments

Color spaces of #c442aa

RGB 19666170
HSL0.870.520.51
HSV312°66°77°
CMYK 0.000.660.13   0.23
XYZ31.968918.534539.9228
Yxy18.53450.35350.2050
Hunter Lab43.051757.2082-24.8447
CIE-Lab50.138162.6448-29.1163

#c442aa color RGB value is (196,66,170).

#c442aa hex color red value is 196, green value is 66 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c442aa hue: 0.87 , saturation: 0.52 and the lightness value of c442aa is 0.51.

The process color (four color CMYK) of #c442aa color hex is 0.00, 0.66, 0.13, 0.23. Web safe color of #c442aa is #cc3399. Color #c442aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01000010 10101010
Octal 304 102 252
Decimal 196 66 170
Hex C4 42 AA

RGB Percentages of Color #c442aa

%45.37
%15.28
%39.35

CMYK Percentages of Color #c442aa

%0
%66
%13
%23

Triadic Colors of #c442aa

#c442aa #aac442 #42aac4

Analogous Colors of #c442aa

#c442aa #c44269 #9d42c4

Monochromatic Colors of #c442aa

#c442aa

Complementary Color

#c442aa #42c45c

#c442aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c442aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c442aa Color CSS Codes

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

#c442aa Text Font Color

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

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


#c442aa Background Color

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

This div background color is #c442aa


#c442aa Border Color

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

This div border color is #c442aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c442aa


Comments

No comments written yet.

Please login to write comment.