Color Hex Logo

#be22ee Color Hex

#BE22EE
(190,34,238)
0 Favorites   0 Comments

Color spaces of #be22ee

RGB 19034238
HSL0.790.860.53
HSV286°86°93°
CMYK 0.200.860.00   0.07
XYZ37.239818.264382.4515
Yxy18.26430.26990.1324
Hunter Lab42.736880.7514-84.4718
CIE-Lab49.815182.1837-68.8212

#be22ee color RGB value is (190,34,238).

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

The process color (four color CMYK) of #be22ee color hex is 0.20, 0.86, 0.00, 0.07. Web safe color of #be22ee is #cc33ff. Color #be22ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00100010 11101110
Octal 276 42 356
Decimal 190 34 238
Hex BE 22 EE

RGB Percentages of Color #be22ee

%41.13
%7.36
%51.52

CMYK Percentages of Color #be22ee

%20
%86
%0
%7

Triadic Colors of #be22ee

#be22ee #eebe22 #22eebe

Analogous Colors of #be22ee

#be22ee #ee22b8 #5822ee

Monochromatic Colors of #be22ee

#be22ee

Complementary Color

#be22ee #52ee22

#be22ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be22ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#be22ee Color CSS Codes

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

#be22ee Text Font Color

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

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


#be22ee Background Color

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

This div background color is #be22ee


#be22ee Border Color

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

This div border color is #be22ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be22ee


Comments

No comments written yet.

Please login to write comment.