Color Hex Logo

#be7fea Color Hex

#BE7FEA
(190,127,234)
0 Favorites   0 Comments

Color spaces of #be7fea

RGB 190127234
HSL0.760.720.71
HSV275°46°92°
CMYK 0.190.460.00   0.08
XYZ43.675932.066481.7294
Yxy32.06640.27740.2036
Hunter Lab56.627238.5774-45.9335
CIE-Lab63.397743.6060-44.8692

#be7fea color RGB value is (190,127,234).

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

The process color (four color CMYK) of #be7fea color hex is 0.19, 0.46, 0.00, 0.08. Web safe color of #be7fea is #cc66ff. Color #be7fea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01111111 11101010
Octal 276 177 352
Decimal 190 127 234
Hex BE 7F EA

RGB Percentages of Color #be7fea

%34.48
%23.05
%42.47

CMYK Percentages of Color #be7fea

%19
%46
%0
%8

Triadic Colors of #be7fea

#be7fea #eabe7f #7feabe

Analogous Colors of #be7fea

#be7fea #ea7fe1 #897fea

Monochromatic Colors of #be7fea

#be7fea

Complementary Color

#be7fea #abea7f

#be7fea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be7fea Color Preview on White Background

Lorem ipsum dolor sit amet.

#be7fea Color CSS Codes

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

#be7fea Text Font Color

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

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


#be7fea Background Color

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

This div background color is #be7fea


#be7fea Border Color

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

This div border color is #be7fea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be7fea

#be7fea Color Palettes


Comments

No comments written yet.

Please login to write comment.