Color Hex Logo

#be15ea Color Hex

#BE15EA
(190,21,234)
0 Favorites   0 Comments

Color spaces of #be15ea

RGB 19021234
HSL0.800.840.50
HSV288°91°92°
CMYK 0.190.910.00   0.08
XYZ36.354717.424079.2890
Yxy17.42400.27320.1309
Hunter Lab41.742182.4136-83.4018
CIE-Lab48.789983.6809-68.2277

#be15ea color RGB value is (190,21,234).

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

The process color (four color CMYK) of #be15ea color hex is 0.19, 0.91, 0.00, 0.08. Web safe color of #be15ea is #cc00ff. Color #be15ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00010101 11101010
Octal 276 25 352
Decimal 190 21 234
Hex BE 15 EA

RGB Percentages of Color #be15ea

%42.70
%4.72
%52.58

CMYK Percentages of Color #be15ea

%19
%91
%0
%8

Triadic Colors of #be15ea

#be15ea #eabe15 #15eabe

Analogous Colors of #be15ea

#be15ea #ea15ac #5315ea

Monochromatic Colors of #be15ea

#be15ea

Complementary Color

#be15ea #41ea15

#be15ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be15ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#be15ea Color CSS Codes

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

#be15ea Text Font Color

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

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


#be15ea Background Color

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

This div background color is #be15ea


#be15ea Border Color

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

This div border color is #be15ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be15ea


Comments

No comments written yet.

Please login to write comment.