Color Hex Logo

#be6eee Color Hex

#BE6EEE
(190,110,238)
0 Favorites   0 Comments

Color spaces of #be6eee

RGB 190110238
HSL0.770.790.68
HSV278°54°93°
CMYK 0.200.540.00   0.07
XYZ42.243828.272184.1195
Yxy28.27210.27320.1828
Hunter Lab53.171548.7648-56.5791
CIE-Lab60.133853.4107-52.2516

#be6eee color RGB value is (190,110,238).

#be6eee hex color red value is 190, green value is 110 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #be6eee hue: 0.77 , saturation: 0.79 and the lightness value of be6eee is 0.68.

The process color (four color CMYK) of #be6eee color hex is 0.20, 0.54, 0.00, 0.07. Web safe color of #be6eee is #cc66ff. Color #be6eee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01101110 11101110
Octal 276 156 356
Decimal 190 110 238
Hex BE 6E EE

RGB Percentages of Color #be6eee

%35.32
%20.45
%44.24

CMYK Percentages of Color #be6eee

%20
%54
%0
%7

Triadic Colors of #be6eee

#be6eee #eebe6e #6eeebe

Analogous Colors of #be6eee

#be6eee #ee6ede #7e6eee

Monochromatic Colors of #be6eee

#be6eee

Complementary Color

#be6eee #9eee6e

#be6eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be6eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#be6eee Color CSS Codes

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

#be6eee Text Font Color

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

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


#be6eee Background Color

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

This div background color is #be6eee


#be6eee Border Color

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

This div border color is #be6eee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be6eee


Comments

No comments written yet.

Please login to write comment.