Color Hex Logo

#c39cbe Color Hex

#C39CBE
(195,156,190)
0 Favorites   0 Comments

Color spaces of #c39cbe

RGB 195156190
HSL0.850.250.69
HSV308°20°76°
CMYK 0.000.200.03   0.24
XYZ43.688439.096753.9590
Yxy39.09670.31950.2859
Hunter Lab62.527415.2966-7.3961
CIE-Lab68.821320.2655-12.0262

#c39cbe color RGB value is (195,156,190).

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

The process color (four color CMYK) of #c39cbe color hex is 0.00, 0.20, 0.03, 0.24. Web safe color of #c39cbe is #cc99cc. Color #c39cbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10011100 10111110
Octal 303 234 276
Decimal 195 156 190
Hex C3 9C BE

RGB Percentages of Color #c39cbe

%36.04
%28.84
%35.12

CMYK Percentages of Color #c39cbe

%0
%20
%3
%24

Triadic Colors of #c39cbe

#c39cbe #bec39c #9cbec3

Analogous Colors of #c39cbe

#c39cbe #c39cab #b59cc3

Monochromatic Colors of #c39cbe

#c39cbe

Complementary Color

#c39cbe #9cc3a1

#c39cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c39cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c39cbe Color CSS Codes

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

#c39cbe Text Font Color

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

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


#c39cbe Background Color

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

This div background color is #c39cbe


#c39cbe Border Color

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

This div border color is #c39cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c39cbe


Comments

No comments written yet.

Please login to write comment.