Color Hex Logo

#be3aee Color Hex

#BE3AEE
(190,58,238)
0 Favorites   0 Comments

Color spaces of #be3aee

RGB 19058238
HSL0.790.840.58
HSV284°76°93°
CMYK 0.200.760.00   0.07
XYZ38.180920.146382.7652
Yxy20.14630.27060.1428
Hunter Lab44.884673.2921-77.9088
CIE-Lab52.002275.8130-65.2813

#be3aee color RGB value is (190,58,238).

#be3aee hex color red value is 190, green value is 58 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #be3aee hue: 0.79 , saturation: 0.84 and the lightness value of be3aee is 0.58.

The process color (four color CMYK) of #be3aee color hex is 0.20, 0.76, 0.00, 0.07. Web safe color of #be3aee is #cc33ff. Color #be3aee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00111010 11101110
Octal 276 72 356
Decimal 190 58 238
Hex BE 3A EE

RGB Percentages of Color #be3aee

%39.09
%11.93
%48.97

CMYK Percentages of Color #be3aee

%20
%76
%0
%7

Triadic Colors of #be3aee

#be3aee #eebe3a #3aeebe

Analogous Colors of #be3aee

#be3aee #ee3ac4 #643aee

Monochromatic Colors of #be3aee

#be3aee

Complementary Color

#be3aee #6aee3a

#be3aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be3aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#be3aee Color CSS Codes

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

#be3aee Text Font Color

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

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


#be3aee Background Color

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

This div background color is #be3aee


#be3aee Border Color

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

This div border color is #be3aee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be3aee


Comments

No comments written yet.

Please login to write comment.