Color Hex Logo

#be72e4 Color Hex

#BE72E4
(190,114,228)
0 Favorites   0 Comments

Color spaces of #be72e4

RGB 190114228
HSL0.780.680.67
HSV280°50°89°
CMYK 0.170.500.00   0.11
XYZ41.256128.583276.7415
Yxy28.58320.28150.1950
Hunter Lab53.463344.1828-47.6810
CIE-Lab60.412049.2141-46.2415

#be72e4 color RGB value is (190,114,228).

#be72e4 hex color red value is 190, green value is 114 and the blue value of its RGB is 228. Cylindrical-coordinate representations (also known as HSL) of color #be72e4 hue: 0.78 , saturation: 0.68 and the lightness value of be72e4 is 0.67.

The process color (four color CMYK) of #be72e4 color hex is 0.17, 0.50, 0.00, 0.11. Web safe color of #be72e4 is #cc66cc. Color #be72e4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01110010 11100100
Octal 276 162 344
Decimal 190 114 228
Hex BE 72 E4

RGB Percentages of Color #be72e4

%35.71
%21.43
%42.86

CMYK Percentages of Color #be72e4

%17
%50
%0
%11

Triadic Colors of #be72e4

#be72e4 #e4be72 #72e4be

Analogous Colors of #be72e4

#be72e4 #e472d1 #8572e4

Monochromatic Colors of #be72e4

#be72e4

Complementary Color

#be72e4 #98e472

#be72e4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be72e4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#be72e4 Color CSS Codes

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

#be72e4 Text Font Color

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

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


#be72e4 Background Color

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

This div background color is #be72e4


#be72e4 Border Color

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

This div border color is #be72e4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be72e4


Comments

No comments written yet.

Please login to write comment.