Color Hex Logo

#c44dac Color Hex

#C44DAC
(196,77,172)
0 Favorites   0 Comments

Color spaces of #c44dac

RGB 19677172
HSL0.870.500.54
HSV312°61°77°
CMYK 0.000.610.12   0.23
XYZ32.865220.022141.1622
Yxy20.02210.34940.2129
Hunter Lab44.746152.7995-23.2190
CIE-Lab51.862258.4331-27.6099

#c44dac color RGB value is (196,77,172).

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

The process color (four color CMYK) of #c44dac color hex is 0.00, 0.61, 0.12, 0.23. Web safe color of #c44dac is #cc6699. Color #c44dac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01001101 10101100
Octal 304 115 254
Decimal 196 77 172
Hex C4 4D AC

RGB Percentages of Color #c44dac

%44.04
%17.30
%38.65

CMYK Percentages of Color #c44dac

%0
%61
%12
%23

Triadic Colors of #c44dac

#c44dac #acc44d #4dacc4

Analogous Colors of #c44dac

#c44dac #c44d71 #a14dc4

Monochromatic Colors of #c44dac

#c44dac

Complementary Color

#c44dac #4dc465

#c44dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c44dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c44dac Color CSS Codes

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

#c44dac Text Font Color

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

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


#c44dac Background Color

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

This div background color is #c44dac


#c44dac Border Color

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

This div border color is #c44dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c44dac


Comments

No comments written yet.

Please login to write comment.