Color Hex Logo

#c45dac Color Hex

#C45DAC
(196,93,172)
0 Favorites   0 Comments

Color spaces of #c45dac

RGB 19693172
HSL0.870.470.57
HSV314°53°77°
CMYK 0.000.530.12   0.23
XYZ34.125722.543041.5823
Yxy22.54300.34730.2294
Hunter Lab47.479545.2072-18.6903
CIE-Lab54.598551.0693-23.3825

#c45dac color RGB value is (196,93,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 01011101 10101100
Octal 304 135 254
Decimal 196 93 172
Hex C4 5D AC

RGB Percentages of Color #c45dac

%42.52
%20.17
%37.31

CMYK Percentages of Color #c45dac

%0
%53
%12
%23

Triadic Colors of #c45dac

#c45dac #acc45d #5dacc4

Analogous Colors of #c45dac

#c45dac #c45d79 #a95dc4

Monochromatic Colors of #c45dac

#c45dac

Complementary Color

#c45dac #5dc475

#c45dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c45dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c45dac Color CSS Codes

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

#c45dac Text Font Color

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

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


#c45dac Background Color

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

This div background color is #c45dac


#c45dac Border Color

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

This div border color is #c45dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c45dac


Comments

No comments written yet.

Please login to write comment.