Color Hex Logo

#be7feb Color Hex

#BE7FEB
(190,127,235)
0 Favorites   0 Comments

Color spaces of #be7feb

RGB 190127235
HSL0.760.730.71
HSV275°46°92°
CMYK 0.190.460.00   0.08
XYZ43.820032.124182.4883
Yxy32.12410.27660.2028
Hunter Lab56.678138.8184-46.6149
CIE-Lab63.445343.8247-45.3480

#be7feb color RGB value is (190,127,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01111111 11101011
Octal 276 177 353
Decimal 190 127 235
Hex BE 7F EB

RGB Percentages of Color #be7feb

%34.42
%23.01
%42.57

CMYK Percentages of Color #be7feb

%19
%46
%0
%8

Triadic Colors of #be7feb

#be7feb #ebbe7f #7febbe

Analogous Colors of #be7feb

#be7feb #eb7fe2 #887feb

Monochromatic Colors of #be7feb

#be7feb

Complementary Color

#be7feb #aceb7f

#be7feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be7feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#be7feb Color CSS Codes

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

#be7feb Text Font Color

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

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


#be7feb Background Color

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

This div background color is #be7feb


#be7feb Border Color

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

This div border color is #be7feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be7feb


Comments

No comments written yet.

Please login to write comment.