Color Hex Logo

#be4aeb Color Hex

#BE4AEB
(190,74,235)
0 Favorites   0 Comments

Color spaces of #be4aeb

RGB 19074235
HSL0.790.800.61
HSV283°69°92°
CMYK 0.190.690.00   0.08
XYZ38.679421.842980.7747
Yxy21.84290.27370.1546
Hunter Lab46.736465.9393-69.7557
CIE-Lab53.859969.4043-60.6032

#be4aeb color RGB value is (190,74,235).

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

The process color (four color CMYK) of #be4aeb color hex is 0.19, 0.69, 0.00, 0.08. Web safe color of #be4aeb is #cc33ff. Color #be4aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01001010 11101011
Octal 276 112 353
Decimal 190 74 235
Hex BE 4A EB

RGB Percentages of Color #be4aeb

%38.08
%14.83
%47.09

CMYK Percentages of Color #be4aeb

%19
%69
%0
%8

Triadic Colors of #be4aeb

#be4aeb #ebbe4a #4aebbe

Analogous Colors of #be4aeb

#be4aeb #eb4ac8 #6e4aeb

Monochromatic Colors of #be4aeb

#be4aeb

Complementary Color

#be4aeb #77eb4a

#be4aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be4aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#be4aeb Color CSS Codes

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

#be4aeb Text Font Color

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

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


#be4aeb Background Color

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

This div background color is #be4aeb


#be4aeb Border Color

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

This div border color is #be4aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be4aeb


Comments

No comments written yet.

Please login to write comment.