Color Hex Logo

#be4fe0 Color Hex

#BE4FE0
(190,79,224)
0 Favorites   0 Comments

Color spaces of #be4fe0

RGB 19079224
HSL0.790.700.59
HSV286°65°88°
CMYK 0.150.650.00   0.12
XYZ37.485721.920972.7765
Yxy21.92090.28360.1658
Hunter Lab46.819860.9794-59.3864
CIE-Lab53.943065.1948-54.2753

#be4fe0 color RGB value is (190,79,224).

#be4fe0 hex color red value is 190, green value is 79 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #be4fe0 hue: 0.79 , saturation: 0.70 and the lightness value of be4fe0 is 0.59.

The process color (four color CMYK) of #be4fe0 color hex is 0.15, 0.65, 0.00, 0.12. Web safe color of #be4fe0 is #cc66cc. Color #be4fe0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01001111 11100000
Octal 276 117 340
Decimal 190 79 224
Hex BE 4F E0

RGB Percentages of Color #be4fe0

%38.54
%16.02
%45.44

CMYK Percentages of Color #be4fe0

%15
%65
%0
%12

Triadic Colors of #be4fe0

#be4fe0 #e0be4f #4fe0be

Analogous Colors of #be4fe0

#be4fe0 #e04fba #764fe0

Monochromatic Colors of #be4fe0

#be4fe0

Complementary Color

#be4fe0 #71e04f

#be4fe0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be4fe0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#be4fe0 Color CSS Codes

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

#be4fe0 Text Font Color

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

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


#be4fe0 Background Color

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

This div background color is #be4fe0


#be4fe0 Border Color

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

This div border color is #be4fe0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be4fe0


Comments

No comments written yet.

Please login to write comment.