Color Hex Logo

#be4eeb Color Hex

#BE4EEB
(190,78,235)
0 Favorites   0 Comments

Color spaces of #be4eeb

RGB 19078235
HSL0.790.800.61
HSV283°67°92°
CMYK 0.190.670.00   0.08
XYZ38.955022.394180.8666
Yxy22.39410.27390.1575
Hunter Lab47.322464.1240-68.1917
CIE-Lab54.442767.7704-59.6671

#be4eeb color RGB value is (190,78,235).

#be4eeb hex color red value is 190, green value is 78 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #be4eeb hue: 0.79 , saturation: 0.80 and the lightness value of be4eeb is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01001110 11101011
Octal 276 116 353
Decimal 190 78 235
Hex BE 4E EB

RGB Percentages of Color #be4eeb

%37.77
%15.51
%46.72

CMYK Percentages of Color #be4eeb

%19
%67
%0
%8

Triadic Colors of #be4eeb

#be4eeb #ebbe4e #4eebbe

Analogous Colors of #be4eeb

#be4eeb #eb4eca #704eeb

Monochromatic Colors of #be4eeb

#be4eeb

Complementary Color

#be4eeb #7beb4e

#be4eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be4eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#be4eeb Color CSS Codes

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

#be4eeb Text Font Color

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

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


#be4eeb Background Color

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

This div background color is #be4eeb


#be4eeb Border Color

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

This div border color is #be4eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be4eeb


Comments

No comments written yet.

Please login to write comment.