Color Hex Logo

#c44aaa Color Hex

#C44AAA
(196,74,170)
0 Favorites   0 Comments

Color spaces of #c44aaa

RGB 19674170
HSL0.870.510.53
HSV313°62°77°
CMYK 0.000.620.13   0.23
XYZ32.469419.535640.0896
Yxy19.53560.35260.2121
Hunter Lab44.199153.7807-22.8380
CIE-Lab51.308059.4071-27.2982

#c44aaa color RGB value is (196,74,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 01001010 10101010
Octal 304 112 252
Decimal 196 74 170
Hex C4 4A AA

RGB Percentages of Color #c44aaa

%44.55
%16.82
%38.64

CMYK Percentages of Color #c44aaa

%0
%62
%13
%23

Triadic Colors of #c44aaa

#c44aaa #aac44a #4aaac4

Analogous Colors of #c44aaa

#c44aaa #c44a6d #a14ac4

Monochromatic Colors of #c44aaa

#c44aaa

Complementary Color

#c44aaa #4ac464

#c44aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c44aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c44aaa Color CSS Codes

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

#c44aaa Text Font Color

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

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


#c44aaa Background Color

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

This div background color is #c44aaa


#c44aaa Border Color

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

This div border color is #c44aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c44aaa


Comments

No comments written yet.

Please login to write comment.