Color Hex Logo

#be8fea Color Hex

#BE8FEA
(190,143,234)
0 Favorites   0 Comments

Color spaces of #be8fea

RGB 190143234
HSL0.750.680.74
HSV271°39°92°
CMYK 0.190.390.00   0.08
XYZ45.908936.532682.4737
Yxy36.53260.27840.2215
Hunter Lab60.442229.8059-38.5920
CIE-Lab66.924934.8693-39.3380

#be8fea color RGB value is (190,143,234).

#be8fea hex color red value is 190, green value is 143 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #be8fea hue: 0.75 , saturation: 0.68 and the lightness value of be8fea is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10001111 11101010
Octal 276 217 352
Decimal 190 143 234
Hex BE 8F EA

RGB Percentages of Color #be8fea

%33.51
%25.22
%41.27

CMYK Percentages of Color #be8fea

%19
%39
%0
%8

Triadic Colors of #be8fea

#be8fea #eabe8f #8feabe

Analogous Colors of #be8fea

#be8fea #ea8fe9 #918fea

Monochromatic Colors of #be8fea

#be8fea

Complementary Color

#be8fea #bbea8f

#be8fea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be8fea Color Preview on White Background

Lorem ipsum dolor sit amet.

#be8fea Color CSS Codes

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

#be8fea Text Font Color

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

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


#be8fea Background Color

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

This div background color is #be8fea


#be8fea Border Color

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

This div border color is #be8fea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be8fea


Comments

No comments written yet.

Please login to write comment.