color codes Logo

#be5eef color codes

#BE5EEF
(190,94,239)
0 Favorites   0 Comments

Color spaces of #be5eef

RGB 19094239
HSL0.780.820.65
HSV280°61°94°
CMYK 0.210.610.00   0.06
XYZ40.817925.184684.3711
Yxy25.18460.27140.1675
Hunter Lab50.184357.3624-64.5509
CIE-Lab57.254861.4774-57.3980

#be5eef color RGB value is (190,94,239).

#be5eef hex color red value is 190, green value is 94 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #be5eef hue: 0.78 , saturation: 0.82 and the lightness value of be5eef is 0.65.

The process color (four color CMYK) of #be5eef color code is 0.21, 0.61, 0.00, 0.06. Web safe color of #be5eef is #cc66ff. Color #be5eef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01011110 11101111
Octal 276 136 357
Decimal 190 94 239
Hex BE 5E EF

RGB Percentages of Color #be5eef

%36.33
%17.97
%45.70

CMYK Percentages of Color #be5eef

%21
%61
%0
%6

Triadic Colors of #be5eef

#be5eef #efbe5e #5eefbe

Analogous Colors of #be5eef

#be5eef #ef5ed8 #765eef

Monochromatic Colors of #be5eef

#be5eef

Complementary Color

#be5eef #8fef5e

#be5eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be5eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#be5eef Color CSS Codes

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

#be5eef Text Font Color

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

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


#be5eef Background Color

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

This div background color is #be5eef


#be5eef Border Color

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

This div border color is #be5eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be5eef


Comments

No comments written yet.

Please login to write comment.