Color Hex Logo

#be81ea Color Hex

#BE81EA
(190,129,234)
0 Favorites   0 Comments

Color spaces of #be81ea

RGB 190129234
HSL0.760.710.71
HSV275°45°92°
CMYK 0.190.450.00   0.08
XYZ43.936732.588281.8163
Yxy32.58820.27750.2058
Hunter Lab57.086137.4832-45.0147
CIE-Lab63.826142.5261-44.1951

#be81ea color RGB value is (190,129,234).

#be81ea hex color red value is 190, green value is 129 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #be81ea hue: 0.76 , saturation: 0.71 and the lightness value of be81ea is 0.71.

The process color (four color CMYK) of #be81ea color hex is 0.19, 0.45, 0.00, 0.08. Web safe color of #be81ea is #cc99ff. Color #be81ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10000001 11101010
Octal 276 201 352
Decimal 190 129 234
Hex BE 81 EA

RGB Percentages of Color #be81ea

%34.36
%23.33
%42.31

CMYK Percentages of Color #be81ea

%19
%45
%0
%8

Triadic Colors of #be81ea

#be81ea #eabe81 #81eabe

Analogous Colors of #be81ea

#be81ea #ea81e2 #8a81ea

Monochromatic Colors of #be81ea

#be81ea

Complementary Color

#be81ea #adea81

#be81ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be81ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#be81ea Color CSS Codes

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

#be81ea Text Font Color

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

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


#be81ea Background Color

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

This div background color is #be81ea


#be81ea Border Color

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

This div border color is #be81ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be81ea


Comments

No comments written yet.

Please login to write comment.