Color Hex Logo

#c58dac Color Hex

#C58DAC
(197,141,172)
0 Favorites   0 Comments

Color spaces of #c58dac

RGB 197141172
HSL0.910.330.66
HSV327°28°77°
CMYK 0.000.280.13   0.23
XYZ39.997233.898643.4647
Yxy33.89860.34080.2888
Hunter Lab58.222520.7350-3.5059
CIE-Lab64.882026.0563-7.8096

#c58dac color RGB value is (197,141,172).

#c58dac hex color red value is 197, green value is 141 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #c58dac hue: 0.91 , saturation: 0.33 and the lightness value of c58dac is 0.66.

The process color (four color CMYK) of #c58dac color hex is 0.00, 0.28, 0.13, 0.23. Web safe color of #c58dac is #cc9999. Color #c58dac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10001101 10101100
Octal 305 215 254
Decimal 197 141 172
Hex C5 8D AC

RGB Percentages of Color #c58dac

%38.63
%27.65
%33.73

CMYK Percentages of Color #c58dac

%0
%28
%13
%23

Triadic Colors of #c58dac

#c58dac #acc58d #8dacc5

Analogous Colors of #c58dac

#c58dac #c58d90 #c28dc5

Monochromatic Colors of #c58dac

#c58dac

Complementary Color

#c58dac #8dc5a6

#c58dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c58dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c58dac Color CSS Codes

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

#c58dac Text Font Color

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

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


#c58dac Background Color

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

This div background color is #c58dac


#c58dac Border Color

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

This div border color is #c58dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c58dac


Comments

No comments written yet.

Please login to write comment.