Color Hex Logo

#be8adb Color Hex

#BE8ADB
(190,138,219)
0 Favorites   0 Comments

Color spaces of #be8adb

RGB 190138219
HSL0.770.530.70
HSV279°37°86°
CMYK 0.130.370.00   0.14
XYZ43.109934.238671.3544
Yxy34.23860.28990.2302
Hunter Lab58.513829.1105-31.3414
CIE-Lab65.151534.3726-33.8037

#be8adb color RGB value is (190,138,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10001010 11011011
Octal 276 212 333
Decimal 190 138 219
Hex BE 8A DB

RGB Percentages of Color #be8adb

%34.73
%25.23
%40.04

CMYK Percentages of Color #be8adb

%13
%37
%0
%14

Triadic Colors of #be8adb

#be8adb #dbbe8a #8adbbe

Analogous Colors of #be8adb

#be8adb #db8ad0 #968adb

Monochromatic Colors of #be8adb

#be8adb

Complementary Color

#be8adb #a7db8a

#be8adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be8adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#be8adb Color CSS Codes

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

#be8adb Text Font Color

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

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


#be8adb Background Color

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

This div background color is #be8adb


#be8adb Border Color

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

This div border color is #be8adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be8adb


Comments

No comments written yet.

Please login to write comment.