Color Hex Logo

#c39bbe Color Hex

#C39BBE
(195,155,190)
0 Favorites   0 Comments

Color spaces of #c39bbe

RGB 195155190
HSL0.850.250.69
HSV308°21°76°
CMYK 0.000.210.03   0.24
XYZ43.521338.762553.9033
Yxy38.76250.31960.2846
Hunter Lab62.259515.8227-7.7506
CIE-Lab68.578920.8176-12.3896

#c39bbe color RGB value is (195,155,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10011011 10111110
Octal 303 233 276
Decimal 195 155 190
Hex C3 9B BE

RGB Percentages of Color #c39bbe

%36.11
%28.70
%35.19

CMYK Percentages of Color #c39bbe

%0
%21
%3
%24

Triadic Colors of #c39bbe

#c39bbe #bec39b #9bbec3

Analogous Colors of #c39bbe

#c39bbe #c39baa #b49bc3

Monochromatic Colors of #c39bbe

#c39bbe

Complementary Color

#c39bbe #9bc3a0

#c39bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c39bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c39bbe Color CSS Codes

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

#c39bbe Text Font Color

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

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


#c39bbe Background Color

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

This div background color is #c39bbe


#c39bbe Border Color

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

This div border color is #c39bbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c39bbe


Comments

No comments written yet.

Please login to write comment.