Color Hex Logo

#be9eea Color Hex

#BE9EEA
(190,158,234)
0 Favorites   0 Comments

Color spaces of #be9eea

RGB 190158234
HSL0.740.640.77
HSV265°32°92°
CMYK 0.190.320.00   0.08
XYZ48.313341.341483.2752
Yxy41.34140.27940.2391
Hunter Lab64.297321.6056-31.7819
CIE-Lab70.414526.5605-33.9102

#be9eea color RGB value is (190,158,234).

#be9eea hex color red value is 190, green value is 158 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #be9eea hue: 0.74 , saturation: 0.64 and the lightness value of be9eea is 0.77.

The process color (four color CMYK) of #be9eea color hex is 0.19, 0.32, 0.00, 0.08. Web safe color of #be9eea is #cc99ff. Color #be9eea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10011110 11101010
Octal 276 236 352
Decimal 190 158 234
Hex BE 9E EA

RGB Percentages of Color #be9eea

%32.65
%27.15
%40.21

CMYK Percentages of Color #be9eea

%19
%32
%0
%8

Triadic Colors of #be9eea

#be9eea #eabe9e #9eeabe

Analogous Colors of #be9eea

#be9eea #e49eea #9ea4ea

Monochromatic Colors of #be9eea

#be9eea

Complementary Color

#be9eea #caea9e

#be9eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be9eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#be9eea Color CSS Codes

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

#be9eea Text Font Color

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

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


#be9eea Background Color

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

This div background color is #be9eea


#be9eea Border Color

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

This div border color is #be9eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be9eea


Comments

No comments written yet.

Please login to write comment.