Color Hex Logo

#c44aae Color Hex

#C44AAE
(196,74,174)
0 Favorites   0 Comments

Color spaces of #c44aae

RGB 19674174
HSL0.860.510.53
HSV311°62°77°
CMYK 0.000.620.11   0.23
XYZ32.853719.689342.1132
Yxy19.68930.34710.2080
Hunter Lab44.372654.5101-25.2102
CIE-Lab51.484160.0218-29.3671

#c44aae color RGB value is (196,74,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 01001010 10101110
Octal 304 112 256
Decimal 196 74 174
Hex C4 4A AE

RGB Percentages of Color #c44aae

%44.14
%16.67
%39.19

CMYK Percentages of Color #c44aae

%0
%62
%11
%23

Triadic Colors of #c44aae

#c44aae #aec44a #4aaec4

Analogous Colors of #c44aae

#c44aae #c44a71 #9d4ac4

Monochromatic Colors of #c44aae

#c44aae

Complementary Color

#c44aae #4ac460

#c44aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c44aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c44aae Color CSS Codes

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

#c44aae Text Font Color

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

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


#c44aae Background Color

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

This div background color is #c44aae


#c44aae Border Color

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

This div border color is #c44aae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,74,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c44aae


Comments

No comments written yet.

Please login to write comment.