Color Hex Logo

#c38eac Color Hex

#C38EAC
(195,142,172)
0 Favorites   0 Comments

Color spaces of #c38eac

RGB 195142172
HSL0.910.310.66
HSV326°27°76°
CMYK 0.000.270.12   0.24
XYZ39.625133.926743.4898
Yxy33.92670.33860.2899
Hunter Lab58.246619.5017-3.4962
CIE-Lab64.904324.7945-7.7995

#c38eac color RGB value is (195,142,172).

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

The process color (four color CMYK) of #c38eac color hex is 0.00, 0.27, 0.12, 0.24. Web safe color of #c38eac is #cc9999. Color #c38eac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10001110 10101100
Octal 303 216 254
Decimal 195 142 172
Hex C3 8E AC

RGB Percentages of Color #c38eac

%38.31
%27.90
%33.79

CMYK Percentages of Color #c38eac

%0
%27
%12
%24

Triadic Colors of #c38eac

#c38eac #acc38e #8eacc3

Analogous Colors of #c38eac

#c38eac #c38e92 #c08ec3

Monochromatic Colors of #c38eac

#c38eac

Complementary Color

#c38eac #8ec3a5

#c38eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c38eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c38eac Color CSS Codes

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

#c38eac Text Font Color

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

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


#c38eac Background Color

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

This div background color is #c38eac


#c38eac Border Color

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

This div border color is #c38eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c38eac


Comments

No comments written yet.

Please login to write comment.