Color Hex Logo

#be9fdb Color Hex

#BE9FDB
(190,159,219)
0 Favorites   0 Comments

Color spaces of #be9fdb

RGB 190159219
HSL0.750.450.74
HSV271°27°86°
CMYK 0.130.270.00   0.14
XYZ46.419540.857972.4576
Yxy40.85790.29060.2558
Hunter Lab63.920217.7682-22.4649
CIE-Lab70.076222.7348-26.2035

#be9fdb color RGB value is (190,159,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10011111 11011011
Octal 276 237 333
Decimal 190 159 219
Hex BE 9F DB

RGB Percentages of Color #be9fdb

%33.45
%27.99
%38.56

CMYK Percentages of Color #be9fdb

%13
%27
%0
%14

Triadic Colors of #be9fdb

#be9fdb #dbbe9f #9fdbbe

Analogous Colors of #be9fdb

#be9fdb #db9fda #a09fdb

Monochromatic Colors of #be9fdb

#be9fdb

Complementary Color

#be9fdb #bcdb9f

#be9fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be9fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#be9fdb Color CSS Codes

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

#be9fdb Text Font Color

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

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


#be9fdb Background Color

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

This div background color is #be9fdb


#be9fdb Border Color

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

This div border color is #be9fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be9fdb


Comments

No comments written yet.

Please login to write comment.