Color Hex Logo

#be2efb Color Hex

#BE2EFB
(190,46,251)
0 Favorites   0 Comments

Color spaces of #be2efb

RGB 19046251
HSL0.780.960.58
HSV282°82°98°
CMYK 0.240.820.00   0.02
XYZ39.624819.866293.0129
Yxy19.86620.25980.1303
Hunter Lab44.571580.6892-92.5277
CIE-Lab51.685681.7709-73.0693

#be2efb color RGB value is (190,46,251).

#be2efb hex color red value is 190, green value is 46 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #be2efb hue: 0.78 , saturation: 0.96 and the lightness value of be2efb is 0.58.

The process color (four color CMYK) of #be2efb color hex is 0.24, 0.82, 0.00, 0.02. Web safe color of #be2efb is #cc33ff. Color #be2efb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00101110 11111011
Octal 276 56 373
Decimal 190 46 251
Hex BE 2E FB

RGB Percentages of Color #be2efb

%39.01
%9.45
%51.54

CMYK Percentages of Color #be2efb

%24
%82
%0
%2

Triadic Colors of #be2efb

#be2efb #fbbe2e #2efbbe

Analogous Colors of #be2efb

#be2efb #fb2ed2 #582efb

Monochromatic Colors of #be2efb

#be2efb

Complementary Color

#be2efb #6bfb2e

#be2efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be2efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#be2efb Color CSS Codes

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

#be2efb Text Font Color

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

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


#be2efb Background Color

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

This div background color is #be2efb


#be2efb Border Color

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

This div border color is #be2efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be2efb


Comments

No comments written yet.

Please login to write comment.