Color Hex Logo

#be4ffe Color Hex

#BE4FFE
(190,79,254)
0 Favorites   0 Comments

Color spaces of #be4ffe

RGB 19079254
HSL0.770.990.65
HSV278°69°100°
CMYK 0.250.690.00   0.00
XYZ41.920623.694996.1300
Yxy23.69490.25920.1465
Hunter Lab48.677468.5373-83.0140
CIE-Lab55.781071.1969-68.1049

#be4ffe color RGB value is (190,79,254).

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

The process color (four color CMYK) of #be4ffe color hex is 0.25, 0.69, 0.00, 0.00. Web safe color of #be4ffe is #cc66ff. Color #be4ffe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01001111 11111110
Octal 276 117 376
Decimal 190 79 254
Hex BE 4F FE

RGB Percentages of Color #be4ffe

%36.33
%15.11
%48.57

CMYK Percentages of Color #be4ffe

%25
%69
%0
%0

Triadic Colors of #be4ffe

#be4ffe #febe4f #4ffebe

Analogous Colors of #be4ffe

#be4ffe #fe4fe7 #674ffe

Monochromatic Colors of #be4ffe

#be4ffe

Complementary Color

#be4ffe #8ffe4f

#be4ffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be4ffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#be4ffe Color CSS Codes

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

#be4ffe Text Font Color

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

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


#be4ffe Background Color

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

This div background color is #be4ffe


#be4ffe Border Color

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

This div border color is #be4ffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be4ffe


Comments

No comments written yet.

Please login to write comment.