Color Hex Logo

#be9efa Color Hex

#BE9EFA
(190,158,250)
0 Favorites   0 Comments

Color spaces of #be9efa

RGB 190158250
HSL0.720.900.80
HSV261°37°98°
CMYK 0.240.370.00   0.02
XYZ50.717442.303095.9347
Yxy42.30300.26840.2239
Hunter Lab65.040825.3692-41.9238
CIE-Lab71.079330.2066-41.5984

#be9efa color RGB value is (190,158,250).

#be9efa hex color red value is 190, green value is 158 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #be9efa hue: 0.72 , saturation: 0.90 and the lightness value of be9efa is 0.80.

The process color (four color CMYK) of #be9efa color hex is 0.24, 0.37, 0.00, 0.02. Web safe color of #be9efa is #cc99ff. Color #be9efa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10011110 11111010
Octal 276 236 372
Decimal 190 158 250
Hex BE 9E FA

RGB Percentages of Color #be9efa

%31.77
%26.42
%41.81

CMYK Percentages of Color #be9efa

%24
%37
%0
%2

Triadic Colors of #be9efa

#be9efa #fabe9e #9efabe

Analogous Colors of #be9efa

#be9efa #ec9efa #9eacfa

Monochromatic Colors of #be9efa

#be9efa

Complementary Color

#be9efa #dafa9e

#be9efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be9efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#be9efa Color CSS Codes

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

#be9efa Text Font Color

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

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


#be9efa Background Color

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

This div background color is #be9efa


#be9efa Border Color

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

This div border color is #be9efa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be9efa

Related Colors


Comments

No comments written yet.

Please login to write comment.