Color Hex Logo

#be8eef Color Hex

#BE8EEF
(190,142,239)
0 Favorites   0 Comments

Color spaces of #be8eef

RGB 190142239
HSL0.750.750.75
HSV270°41°94°
CMYK 0.210.410.00   0.06
XYZ46.488236.525186.2612
Yxy36.52510.27460.2158
Hunter Lab60.436031.5417-42.3203
CIE-Lab66.919236.5369-42.0970

#be8eef color RGB value is (190,142,239).

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

The process color (four color CMYK) of #be8eef color hex is 0.21, 0.41, 0.00, 0.06. Web safe color of #be8eef is #cc99ff. Color #be8eef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10001110 11101111
Octal 276 216 357
Decimal 190 142 239
Hex BE 8E EF

RGB Percentages of Color #be8eef

%33.27
%24.87
%41.86

CMYK Percentages of Color #be8eef

%21
%41
%0
%6

Triadic Colors of #be8eef

#be8eef #efbe8e #8eefbe

Analogous Colors of #be8eef

#be8eef #ef8eef #8e8fef

Monochromatic Colors of #be8eef

#be8eef

Complementary Color

#be8eef #bfef8e

#be8eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be8eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#be8eef Color CSS Codes

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

#be8eef Text Font Color

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

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


#be8eef Background Color

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

This div background color is #be8eef


#be8eef Border Color

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

This div border color is #be8eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be8eef


Comments

No comments written yet.

Please login to write comment.