Color Hex Logo

#c44eaa Color Hex

#C44EAA
(196,78,170)
0 Favorites   0 Comments

Color spaces of #c44eaa

RGB 19678170
HSL0.870.500.54
HSV313°60°77°
CMYK 0.000.600.13   0.23
XYZ32.745020.086840.1815
Yxy20.08680.35200.2160
Hunter Lab44.818351.9831-21.7832
CIE-Lab51.935257.6900-26.3263

#c44eaa color RGB value is (196,78,170).

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

The process color (four color CMYK) of #c44eaa color hex is 0.00, 0.60, 0.13, 0.23. Web safe color of #c44eaa is #cc6699. Color #c44eaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01001110 10101010
Octal 304 116 252
Decimal 196 78 170
Hex C4 4E AA

RGB Percentages of Color #c44eaa

%44.14
%17.57
%38.29

CMYK Percentages of Color #c44eaa

%0
%60
%13
%23

Triadic Colors of #c44eaa

#c44eaa #aac44e #4eaac4

Analogous Colors of #c44eaa

#c44eaa #c44e6f #a34ec4

Monochromatic Colors of #c44eaa

#c44eaa

Complementary Color

#c44eaa #4ec468

#c44eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c44eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c44eaa Color CSS Codes

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

#c44eaa Text Font Color

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

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


#c44eaa Background Color

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

This div background color is #c44eaa


#c44eaa Border Color

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

This div border color is #c44eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c44eaa


Comments

No comments written yet.

Please login to write comment.