Color Hex Logo

#be22ea Color Hex

#BE22EA
(190,34,234)
0 Favorites   0 Comments

Color spaces of #be22ea

RGB 19034234
HSL0.800.830.53
HSV287°85°92°
CMYK 0.190.850.00   0.08
XYZ36.658518.031779.3903
Yxy18.03170.27340.1345
Hunter Lab42.463779.7856-81.1241
CIE-Lab49.534581.4795-67.0205

#be22ea color RGB value is (190,34,234).

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

The process color (four color CMYK) of #be22ea color hex is 0.19, 0.85, 0.00, 0.08. Web safe color of #be22ea is #cc33ff. Color #be22ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00100010 11101010
Octal 276 42 352
Decimal 190 34 234
Hex BE 22 EA

RGB Percentages of Color #be22ea

%41.48
%7.42
%51.09

CMYK Percentages of Color #be22ea

%19
%85
%0
%8

Triadic Colors of #be22ea

#be22ea #eabe22 #22eabe

Analogous Colors of #be22ea

#be22ea #ea22b2 #5a22ea

Monochromatic Colors of #be22ea

#be22ea

Complementary Color

#be22ea #4eea22

#be22ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be22ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#be22ea Color CSS Codes

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

#be22ea Text Font Color

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

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


#be22ea Background Color

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

This div background color is #be22ea


#be22ea Border Color

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

This div border color is #be22ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be22ea


Comments

No comments written yet.

Please login to write comment.