Color Hex Logo

#be0ae1 Color Hex

#BE0AE1
(190,10,225)
0 Favorites   0 Comments

Color spaces of #be0ae1

RGB 19010225
HSL0.810.910.46
HSV290°96°88°
CMYK 0.160.960.00   0.12
XYZ34.934416.600572.5971
Yxy16.60050.28140.1337
Hunter Lab40.743781.7477-77.1223
CIE-Lab47.752783.3623-64.8045

#be0ae1 color RGB value is (190,10,225).

#be0ae1 hex color red value is 190, green value is 10 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #be0ae1 hue: 0.81 , saturation: 0.91 and the lightness value of be0ae1 is 0.46.

The process color (four color CMYK) of #be0ae1 color hex is 0.16, 0.96, 0.00, 0.12. Web safe color of #be0ae1 is #cc00cc. Color #be0ae1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00001010 11100001
Octal 276 12 341
Decimal 190 10 225
Hex BE A E1

RGB Percentages of Color #be0ae1

%44.71
%2.35
%52.94

CMYK Percentages of Color #be0ae1

%16
%96
%0
%12

Triadic Colors of #be0ae1

#be0ae1 #e1be0a #0ae1be

Analogous Colors of #be0ae1

#be0ae1 #e10a99 #530ae1

Monochromatic Colors of #be0ae1

#be0ae1

Complementary Color

#be0ae1 #2de10a

#be0ae1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be0ae1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#be0ae1 Color CSS Codes

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

#be0ae1 Text Font Color

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

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


#be0ae1 Background Color

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

This div background color is #be0ae1


#be0ae1 Border Color

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

This div border color is #be0ae1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be0ae1


Comments

No comments written yet.

Please login to write comment.