Color Hex Logo

#be91ee Color Hex

#BE91EE
(190,145,238)
0 Favorites   0 Comments

Color spaces of #be91ee

RGB 190145238
HSL0.750.730.75
HSV269°39°93°
CMYK 0.200.390.00   0.07
XYZ46.793237.371085.6360
Yxy37.37100.27560.2201
Hunter Lab61.131829.6517-40.2636
CIE-Lab67.554434.6585-40.5535

#be91ee color RGB value is (190,145,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10010001 11101110
Octal 276 221 356
Decimal 190 145 238
Hex BE 91 EE

RGB Percentages of Color #be91ee

%33.16
%25.31
%41.54

CMYK Percentages of Color #be91ee

%20
%39
%0
%7

Triadic Colors of #be91ee

#be91ee #eebe91 #91eebe

Analogous Colors of #be91ee

#be91ee #ed91ee #9193ee

Monochromatic Colors of #be91ee

#be91ee

Complementary Color

#be91ee #c1ee91

#be91ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be91ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#be91ee Color CSS Codes

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

#be91ee Text Font Color

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

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


#be91ee Background Color

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

This div background color is #be91ee


#be91ee Border Color

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

This div border color is #be91ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be91ee


Comments

No comments written yet.

Please login to write comment.