Color Hex Logo

#be8aee Color Hex

#BE8AEE
(190,138,238)
0 Favorites   0 Comments

Color spaces of #be8aee

RGB 190138238
HSL0.750.750.74
HSV271°42°93°
CMYK 0.200.420.00   0.07
XYZ45.756335.297285.2903
Yxy35.29720.27510.2122
Hunter Lab59.411433.5035-43.5279
CIE-Lab65.979438.5094-43.0204

#be8aee color RGB value is (190,138,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10001010 11101110
Octal 276 212 356
Decimal 190 138 238
Hex BE 8A EE

RGB Percentages of Color #be8aee

%33.57
%24.38
%42.05

CMYK Percentages of Color #be8aee

%20
%42
%0
%7

Triadic Colors of #be8aee

#be8aee #eebe8a #8aeebe

Analogous Colors of #be8aee

#be8aee #ee8aec #8c8aee

Monochromatic Colors of #be8aee

#be8aee

Complementary Color

#be8aee #baee8a

#be8aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be8aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#be8aee Color CSS Codes

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

#be8aee Text Font Color

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

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


#be8aee Background Color

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

This div background color is #be8aee


#be8aee Border Color

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

This div border color is #be8aee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be8aee


Comments

No comments written yet.

Please login to write comment.