Color Hex Logo

#be73ec Color Hex

#BE73EC
(190,115,236)
0 Favorites   0 Comments

Color spaces of #be73ec

RGB 190115236
HSL0.770.760.69
HSV277°51°93°
CMYK 0.190.510.00   0.07
XYZ42.506329.264782.7652
Yxy29.26470.27510.1894
Hunter Lab54.096945.5859-52.8426
CIE-Lab61.014550.4030-49.7428

#be73ec color RGB value is (190,115,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01110011 11101100
Octal 276 163 354
Decimal 190 115 236
Hex BE 73 EC

RGB Percentages of Color #be73ec

%35.12
%21.26
%43.62

CMYK Percentages of Color #be73ec

%19
%51
%0
%7

Triadic Colors of #be73ec

#be73ec #ecbe73 #73ecbe

Analogous Colors of #be73ec

#be73ec #ec73de #8273ec

Monochromatic Colors of #be73ec

#be73ec

Complementary Color

#be73ec #a1ec73

#be73ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be73ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#be73ec Color CSS Codes

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

#be73ec Text Font Color

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

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


#be73ec Background Color

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

This div background color is #be73ec


#be73ec Border Color

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

This div border color is #be73ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be73ec


Comments

No comments written yet.

Please login to write comment.