Color Hex Logo

#be2bef Color Hex

#BE2BEF
(190,43,239)
0 Favorites   0 Comments

Color spaces of #be2bef

RGB 19043239
HSL0.790.860.55
HSV285°82°94°
CMYK 0.210.820.00   0.06
XYZ37.679118.906983.3248
Yxy18.90690.26930.1351
Hunter Lab43.482178.5844-83.1801
CIE-Lab50.578180.3280-68.1471

#be2bef color RGB value is (190,43,239).

#be2bef hex color red value is 190, green value is 43 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #be2bef hue: 0.79 , saturation: 0.86 and the lightness value of be2bef is 0.55.

The process color (four color CMYK) of #be2bef color hex is 0.21, 0.82, 0.00, 0.06. Web safe color of #be2bef is #cc33ff. Color #be2bef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00101011 11101111
Octal 276 53 357
Decimal 190 43 239
Hex BE 2B EF

RGB Percentages of Color #be2bef

%40.25
%9.11
%50.64

CMYK Percentages of Color #be2bef

%21
%82
%0
%6

Triadic Colors of #be2bef

#be2bef #efbe2b #2befbe

Analogous Colors of #be2bef

#be2bef #ef2bbe #5c2bef

Monochromatic Colors of #be2bef

#be2bef

Complementary Color

#be2bef #5cef2b

#be2bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be2bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#be2bef Color CSS Codes

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

#be2bef Text Font Color

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

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


#be2bef Background Color

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

This div background color is #be2bef


#be2bef Border Color

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

This div border color is #be2bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be2bef


Comments

No comments written yet.

Please login to write comment.