Color Hex Logo

#be0afb Color Hex

#BE0AFB
(190,10,251)
0 Favorites   0 Comments

Color spaces of #be0afb

RGB 19010251
HSL0.790.970.51
HSV285°96°98°
CMYK 0.240.960.00   0.02
XYZ38.756318.129392.7234
Yxy18.12930.25910.1212
Hunter Lab42.578587.9639-99.3111
CIE-Lab49.652687.7849-76.3774

#be0afb color RGB value is (190,10,251).

#be0afb hex color red value is 190, green value is 10 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #be0afb hue: 0.79 , saturation: 0.97 and the lightness value of be0afb is 0.51.

The process color (four color CMYK) of #be0afb color hex is 0.24, 0.96, 0.00, 0.02. Web safe color of #be0afb is #cc00ff. Color #be0afb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00001010 11111011
Octal 276 12 373
Decimal 190 10 251
Hex BE A FB

RGB Percentages of Color #be0afb

%42.13
%2.22
%55.65

CMYK Percentages of Color #be0afb

%24
%96
%0
%2

Triadic Colors of #be0afb

#be0afb #fbbe0a #0afbbe

Analogous Colors of #be0afb

#be0afb #fb0ac0 #460afb

Monochromatic Colors of #be0afb

#be0afb

Complementary Color

#be0afb #47fb0a

#be0afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be0afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#be0afb Color CSS Codes

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

#be0afb Text Font Color

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

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


#be0afb Background Color

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

This div background color is #be0afb


#be0afb Border Color

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

This div border color is #be0afb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be0afb


Comments

No comments written yet.

Please login to write comment.