Color Hex Logo

#c58daa Color Hex

#C58DAA
(197,141,170)
0 Favorites   0 Comments

Color spaces of #c58daa

RGB 197141170
HSL0.910.330.66
HSV329°28°77°
CMYK 0.000.280.14   0.23
XYZ39.806533.822342.4605
Yxy33.82230.34290.2913
Hunter Lab58.156920.4027-2.5779
CIE-Lab64.821325.7217-6.7714

#c58daa color RGB value is (197,141,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 10001101 10101010
Octal 305 215 252
Decimal 197 141 170
Hex C5 8D AA

RGB Percentages of Color #c58daa

%38.78
%27.76
%33.46

CMYK Percentages of Color #c58daa

%0
%28
%14
%23

Triadic Colors of #c58daa

#c58daa #aac58d #8daac5

Analogous Colors of #c58daa

#c58daa #c58d8e #c48dc5

Monochromatic Colors of #c58daa

#c58daa

Complementary Color

#c58daa #8dc5a8

#c58daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c58daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c58daa Color CSS Codes

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

#c58daa Text Font Color

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

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


#c58daa Background Color

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

This div background color is #c58daa


#c58daa Border Color

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

This div border color is #c58daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c58daa


Comments

No comments written yet.

Please login to write comment.