Color Hex Logo

#be2ee8 Color Hex

#BE2EE8
(190,46,232)
0 Favorites   0 Comments

Color spaces of #be2ee8

RGB 19046232
HSL0.800.800.55
HSV286°80°91°
CMYK 0.180.800.00   0.09
XYZ36.777718.727378.0203
Yxy18.72730.27540.1403
Hunter Lab43.275175.9685-76.6010
CIE-Lab50.366678.2869-64.5444

#be2ee8 color RGB value is (190,46,232).

#be2ee8 hex color red value is 190, green value is 46 and the blue value of its RGB is 232. Cylindrical-coordinate representations (also known as HSL) of color #be2ee8 hue: 0.80 , saturation: 0.80 and the lightness value of be2ee8 is 0.55.

The process color (four color CMYK) of #be2ee8 color hex is 0.18, 0.80, 0.00, 0.09. Web safe color of #be2ee8 is #cc33ff. Color #be2ee8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00101110 11101000
Octal 276 56 350
Decimal 190 46 232
Hex BE 2E E8

RGB Percentages of Color #be2ee8

%40.60
%9.83
%49.57

CMYK Percentages of Color #be2ee8

%18
%80
%0
%9

Triadic Colors of #be2ee8

#be2ee8 #e8be2e #2ee8be

Analogous Colors of #be2ee8

#be2ee8 #e82eb5 #612ee8

Monochromatic Colors of #be2ee8

#be2ee8

Complementary Color

#be2ee8 #58e82e

#be2ee8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be2ee8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#be2ee8 Color CSS Codes

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

#be2ee8 Text Font Color

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

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


#be2ee8 Background Color

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

This div background color is #be2ee8


#be2ee8 Border Color

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

This div border color is #be2ee8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be2ee8


Comments

No comments written yet.

Please login to write comment.