Color Hex Logo

#be8bdb Color Hex

#BE8BDB
(190,139,219)
0 Favorites   0 Comments

Color spaces of #be8bdb

RGB 190139219
HSL0.770.530.70
HSV278°37°86°
CMYK 0.130.370.00   0.14
XYZ43.254034.526971.4024
Yxy34.52690.28990.2314
Hunter Lab58.759628.5678-30.9152
CIE-Lab65.378733.8211-33.4511

#be8bdb color RGB value is (190,139,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10001011 11011011
Octal 276 213 333
Decimal 190 139 219
Hex BE 8B DB

RGB Percentages of Color #be8bdb

%34.67
%25.36
%39.96

CMYK Percentages of Color #be8bdb

%13
%37
%0
%14

Triadic Colors of #be8bdb

#be8bdb #dbbe8b #8bdbbe

Analogous Colors of #be8bdb

#be8bdb #db8bd0 #968bdb

Monochromatic Colors of #be8bdb

#be8bdb

Complementary Color

#be8bdb #a8db8b

#be8bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be8bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#be8bdb Color CSS Codes

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

#be8bdb Text Font Color

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

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


#be8bdb Background Color

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

This div background color is #be8bdb


#be8bdb Border Color

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

This div border color is #be8bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be8bdb


Comments

No comments written yet.

Please login to write comment.