Color Hex Logo

#c38daa Color Hex

#C38DAA
(195,141,170)
0 Favorites   0 Comments

Color spaces of #c38daa

RGB 195141170
HSL0.910.310.66
HSV328°28°76°
CMYK 0.000.280.13   0.24
XYZ39.286333.554142.4362
Yxy33.55410.34080.2911
Hunter Lab57.925919.6913-2.8874
CIE-Lab64.607125.0082-7.1128

#c38daa color RGB value is (195,141,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10001101 10101010
Octal 303 215 252
Decimal 195 141 170
Hex C3 8D AA

RGB Percentages of Color #c38daa

%38.54
%27.87
%33.60

CMYK Percentages of Color #c38daa

%0
%28
%13
%24

Triadic Colors of #c38daa

#c38daa #aac38d #8daac3

Analogous Colors of #c38daa

#c38daa #c38d8f #c18dc3

Monochromatic Colors of #c38daa

#c38daa

Complementary Color

#c38daa #8dc3a6

#c38daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c38daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c38daa Color CSS Codes

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

#c38daa Text Font Color

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

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


#c38daa Background Color

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

This div background color is #c38daa


#c38daa Border Color

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

This div border color is #c38daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c38daa


Comments

No comments written yet.

Please login to write comment.