Color Hex Logo

#c39cae Color Hex

#C39CAE
(195,156,174)
0 Favorites   0 Comments

Color spaces of #c39cae

RGB 195156174
HSL0.920.250.69
HSV332°20°76°
CMYK 0.000.200.11   0.24
XYZ42.034138.435045.2477
Yxy38.43500.33440.3057
Hunter Lab61.996012.53250.1244
CIE-Lab68.340017.4066-3.8343

#c39cae color RGB value is (195,156,174).

#c39cae hex color red value is 195, green value is 156 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #c39cae hue: 0.92 , saturation: 0.25 and the lightness value of c39cae is 0.69.

The process color (four color CMYK) of #c39cae color hex is 0.00, 0.20, 0.11, 0.24. Web safe color of #c39cae is #cc9999. Color #c39cae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10011100 10101110
Octal 303 234 256
Decimal 195 156 174
Hex C3 9C AE

RGB Percentages of Color #c39cae

%37.14
%29.71
%33.14

CMYK Percentages of Color #c39cae

%0
%20
%11
%24

Triadic Colors of #c39cae

#c39cae #aec39c #9caec3

Analogous Colors of #c39cae

#c39cae #c39e9c #c39cc2

Monochromatic Colors of #c39cae

#c39cae

Complementary Color

#c39cae #9cc3b1

#c39cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c39cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c39cae Color CSS Codes

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

#c39cae Text Font Color

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

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


#c39cae Background Color

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

This div background color is #c39cae


#c39cae Border Color

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

This div border color is #c39cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c39cae


Comments

No comments written yet.

Please login to write comment.