Color Hex Logo

#be84ea Color Hex

#BE84EA
(190,132,234)
0 Favorites   0 Comments

Color spaces of #be84ea

RGB 190132234
HSL0.760.710.72
HSV274°44°92°
CMYK 0.190.440.00   0.08
XYZ44.337833.390281.9500
Yxy33.39020.27770.2091
Hunter Lab57.784335.8404-43.6365
CIE-Lab64.475640.8992-43.1742

#be84ea color RGB value is (190,132,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10000100 11101010
Octal 276 204 352
Decimal 190 132 234
Hex BE 84 EA

RGB Percentages of Color #be84ea

%34.17
%23.74
%42.09

CMYK Percentages of Color #be84ea

%19
%44
%0
%8

Triadic Colors of #be84ea

#be84ea #eabe84 #84eabe

Analogous Colors of #be84ea

#be84ea #ea84e3 #8b84ea

Monochromatic Colors of #be84ea

#be84ea

Complementary Color

#be84ea #b0ea84

#be84ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be84ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#be84ea Color CSS Codes

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

#be84ea Text Font Color

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

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


#be84ea Background Color

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

This div background color is #be84ea


#be84ea Border Color

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

This div border color is #be84ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be84ea


Comments

No comments written yet.

Please login to write comment.