Color Hex Logo

#be9edb Color Hex

#BE9EDB
(190,158,219)
0 Favorites   0 Comments

Color spaces of #be9edb

RGB 190158219
HSL0.750.460.74
HSV271°28°86°
CMYK 0.130.280.00   0.14
XYZ46.248240.515372.4005
Yxy40.51530.29060.2546
Hunter Lab63.651618.3047-22.8832
CIE-Lab69.835023.2898-26.5736

#be9edb color RGB value is (190,158,219).

#be9edb hex color red value is 190, green value is 158 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #be9edb hue: 0.75 , saturation: 0.46 and the lightness value of be9edb is 0.74.

The process color (four color CMYK) of #be9edb color hex is 0.13, 0.28, 0.00, 0.14. Web safe color of #be9edb is #cc99cc. Color #be9edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10011110 11011011
Octal 276 236 333
Decimal 190 158 219
Hex BE 9E DB

RGB Percentages of Color #be9edb

%33.51
%27.87
%38.62

CMYK Percentages of Color #be9edb

%13
%28
%0
%14

Triadic Colors of #be9edb

#be9edb #dbbe9e #9edbbe

Analogous Colors of #be9edb

#be9edb #db9eda #a09edb

Monochromatic Colors of #be9edb

#be9edb

Complementary Color

#be9edb #bbdb9e

#be9edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be9edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#be9edb Color CSS Codes

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

#be9edb Text Font Color

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

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


#be9edb Background Color

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

This div background color is #be9edb


#be9edb Border Color

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

This div border color is #be9edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be9edb


Comments

No comments written yet.

Please login to write comment.