Color Hex Logo

#be72ec Color Hex

#BE72EC
(190,114,236)
0 Favorites   0 Comments

Color spaces of #be72ec

RGB 190114236
HSL0.770.760.69
HSV277°52°93°
CMYK 0.190.520.00   0.07
XYZ42.392829.037982.7274
Yxy29.03790.27500.1884
Hunter Lab53.886846.1241-53.3016
CIE-Lab60.815150.9222-50.0589

#be72ec color RGB value is (190,114,236).

#be72ec hex color red value is 190, green value is 114 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #be72ec hue: 0.77 , saturation: 0.76 and the lightness value of be72ec is 0.69.

The process color (four color CMYK) of #be72ec color hex is 0.19, 0.52, 0.00, 0.07. Web safe color of #be72ec is #cc66ff. Color #be72ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01110010 11101100
Octal 276 162 354
Decimal 190 114 236
Hex BE 72 EC

RGB Percentages of Color #be72ec

%35.19
%21.11
%43.70

CMYK Percentages of Color #be72ec

%19
%52
%0
%7

Triadic Colors of #be72ec

#be72ec #ecbe72 #72ecbe

Analogous Colors of #be72ec

#be72ec #ec72dd #8172ec

Monochromatic Colors of #be72ec

#be72ec

Complementary Color

#be72ec #a0ec72

#be72ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be72ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#be72ec Color CSS Codes

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

#be72ec Text Font Color

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

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


#be72ec Background Color

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

This div background color is #be72ec


#be72ec Border Color

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

This div border color is #be72ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be72ec


Comments

No comments written yet.

Please login to write comment.