Color Hex Logo

#be2ffe Color Hex

#BE2FFE
(190,47,254)
0 Favorites   0 Comments

Color spaces of #be2ffe

RGB 19047254
HSL0.780.990.59
HSV281°81°100°
CMYK 0.250.810.00   0.00
XYZ40.141120.135995.5369
Yxy20.13590.25760.1292
Hunter Lab44.873081.1490-94.8202
CIE-Lab51.990582.0719-74.2448

#be2ffe color RGB value is (190,47,254).

#be2ffe hex color red value is 190, green value is 47 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #be2ffe hue: 0.78 , saturation: 0.99 and the lightness value of be2ffe is 0.59.

The process color (four color CMYK) of #be2ffe color hex is 0.25, 0.81, 0.00, 0.00. Web safe color of #be2ffe is #cc33ff. Color #be2ffe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00101111 11111110
Octal 276 57 376
Decimal 190 47 254
Hex BE 2F FE

RGB Percentages of Color #be2ffe

%38.70
%9.57
%51.73

CMYK Percentages of Color #be2ffe

%25
%81
%0
%0

Triadic Colors of #be2ffe

#be2ffe #febe2f #2ffebe

Analogous Colors of #be2ffe

#be2ffe #fe2fd7 #562ffe

Monochromatic Colors of #be2ffe

#be2ffe

Complementary Color

#be2ffe #6ffe2f

#be2ffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be2ffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#be2ffe Color CSS Codes

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

#be2ffe Text Font Color

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

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


#be2ffe Background Color

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

This div background color is #be2ffe


#be2ffe Border Color

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

This div border color is #be2ffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be2ffe

Related Colors


Comments

No comments written yet.

Please login to write comment.