Color Hex Logo

#c39bef Color Hex

#C39BEF
(195,155,239)
0 Favorites   0 Comments

Color spaces of #c39bef

RGB 195155239
HSL0.750.720.77
HSV269°35°94°
CMYK 0.180.350.00   0.06
XYZ49.807041.276887.0035
Yxy41.27680.27970.2318
Hunter Lab64.247025.9484-35.3178
CIE-Lab70.369430.8253-36.6776

#c39bef color RGB value is (195,155,239).

#c39bef hex color red value is 195, green value is 155 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #c39bef hue: 0.75 , saturation: 0.72 and the lightness value of c39bef is 0.77.

The process color (four color CMYK) of #c39bef color hex is 0.18, 0.35, 0.00, 0.06. Web safe color of #c39bef is #cc99ff. Color #c39bef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10011011 11101111
Octal 303 233 357
Decimal 195 155 239
Hex C3 9B EF

RGB Percentages of Color #c39bef

%33.11
%26.32
%40.58

CMYK Percentages of Color #c39bef

%18
%35
%0
%6

Triadic Colors of #c39bef

#c39bef #efc39b #9befc3

Analogous Colors of #c39bef

#c39bef #ed9bef #9b9def

Monochromatic Colors of #c39bef

#c39bef

Complementary Color

#c39bef #c7ef9b

#c39bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c39bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c39bef Color CSS Codes

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

#c39bef Text Font Color

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

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


#c39bef Background Color

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

This div background color is #c39bef


#c39bef Border Color

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

This div border color is #c39bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c39bef

#c39bef Color Palettes


Comments

No comments written yet.

Please login to write comment.