Color Hex Logo

#be8dee Color Hex

#BE8DEE
(190,141,238)
0 Favorites   0 Comments

Color spaces of #be8dee

RGB 190141238
HSL0.750.740.74
HSV270°41°93°
CMYK 0.200.410.00   0.07
XYZ46.192736.169985.4358
Yxy36.16990.27530.2156
Hunter Lab60.141431.8527-42.1273
CIE-Lab66.649536.8628-41.9697

#be8dee color RGB value is (190,141,238).

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

The process color (four color CMYK) of #be8dee color hex is 0.20, 0.41, 0.00, 0.07. Web safe color of #be8dee is #cc99ff. Color #be8dee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10001101 11101110
Octal 276 215 356
Decimal 190 141 238
Hex BE 8D EE

RGB Percentages of Color #be8dee

%33.39
%24.78
%41.83

CMYK Percentages of Color #be8dee

%20
%41
%0
%7

Triadic Colors of #be8dee

#be8dee #eebe8d #8deebe

Analogous Colors of #be8dee

#be8dee #ee8dee #8e8dee

Monochromatic Colors of #be8dee

#be8dee

Complementary Color

#be8dee #bdee8d

#be8dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be8dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#be8dee Color CSS Codes

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

#be8dee Text Font Color

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

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


#be8dee Background Color

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

This div background color is #be8dee


#be8dee Border Color

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

This div border color is #be8dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be8dee


Comments

No comments written yet.

Please login to write comment.