Color Hex Logo

#be56e1 Color Hex

#BE56E1
(190,86,225)
0 Favorites   0 Comments

Color spaces of #be56e1

RGB 19086225
HSL0.790.700.61
HSV285°62°88°
CMYK 0.160.620.00   0.12
XYZ38.153623.039073.6702
Yxy23.03900.28290.1708
Hunter Lab47.999057.8886-57.4007
CIE-Lab55.112562.3187-52.9718

#be56e1 color RGB value is (190,86,225).

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

The process color (four color CMYK) of #be56e1 color hex is 0.16, 0.62, 0.00, 0.12. Web safe color of #be56e1 is #cc66cc. Color #be56e1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01010110 11100001
Octal 276 126 341
Decimal 190 86 225
Hex BE 56 E1

RGB Percentages of Color #be56e1

%37.92
%17.17
%44.91

CMYK Percentages of Color #be56e1

%16
%62
%0
%12

Triadic Colors of #be56e1

#be56e1 #e1be56 #56e1be

Analogous Colors of #be56e1

#be56e1 #e156bf #7956e1

Monochromatic Colors of #be56e1

#be56e1

Complementary Color

#be56e1 #79e156

#be56e1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be56e1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#be56e1 Color CSS Codes

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

#be56e1 Text Font Color

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

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


#be56e1 Background Color

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

This div background color is #be56e1


#be56e1 Border Color

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

This div border color is #be56e1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be56e1


Comments

No comments written yet.

Please login to write comment.