Color Hex Logo

#be90db Color Hex

#BE90DB
(190,144,219)
0 Favorites   0 Comments

Color spaces of #be90db

RGB 190144219
HSL0.770.510.71
HSV277°34°86°
CMYK 0.130.340.00   0.14
XYZ43.994636.008171.6493
Yxy36.00810.29010.2374
Hunter Lab60.006725.8574-28.7888
CIE-Lab66.526131.0577-31.6728

#be90db color RGB value is (190,144,219).

#be90db hex color red value is 190, green value is 144 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #be90db hue: 0.77 , saturation: 0.51 and the lightness value of be90db is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10010000 11011011
Octal 276 220 333
Decimal 190 144 219
Hex BE 90 DB

RGB Percentages of Color #be90db

%34.36
%26.04
%39.60

CMYK Percentages of Color #be90db

%13
%34
%0
%14

Triadic Colors of #be90db

#be90db #dbbe90 #90dbbe

Analogous Colors of #be90db

#be90db #db90d3 #9990db

Monochromatic Colors of #be90db

#be90db

Complementary Color

#be90db #addb90

#be90db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be90db Color Preview on White Background

Lorem ipsum dolor sit amet.

#be90db Color CSS Codes

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

#be90db Text Font Color

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

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


#be90db Background Color

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

This div background color is #be90db


#be90db Border Color

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

This div border color is #be90db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be90db


Comments

No comments written yet.

Please login to write comment.