Color Hex Logo

#c38cab Color Hex

#C38CAB
(195,140,171)
0 Favorites   0 Comments

Color spaces of #c38cab

RGB 195140171
HSL0.910.310.66
HSV326°28°76°
CMYK 0.000.280.12   0.24
XYZ39.234433.298542.8875
Yxy33.29850.33990.2885
Hunter Lab57.704920.3814-3.6722
CIE-Lab64.401925.7286-7.9827

#c38cab color RGB value is (195,140,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10001100 10101011
Octal 303 214 253
Decimal 195 140 171
Hex C3 8C AB

RGB Percentages of Color #c38cab

%38.54
%27.67
%33.79

CMYK Percentages of Color #c38cab

%0
%28
%12
%24

Triadic Colors of #c38cab

#c38cab #abc38c #8cabc3

Analogous Colors of #c38cab

#c38cab #c38c90 #c08cc3

Monochromatic Colors of #c38cab

#c38cab

Complementary Color

#c38cab #8cc3a4

#c38cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c38cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c38cab Color CSS Codes

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

#c38cab Text Font Color

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

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


#c38cab Background Color

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

This div background color is #c38cab


#c38cab Border Color

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

This div border color is #c38cab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,140,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c38cab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c38cab


Comments

No comments written yet.

Please login to write comment.