Color Hex Logo

#be71eb Color Hex

#BE71EB
(190,113,235)
0 Favorites   0 Comments

Color spaces of #be71eb

RGB 190113235
HSL0.770.750.68
HSV278°52°92°
CMYK 0.190.520.00   0.08
XYZ42.135728.755681.9268
Yxy28.75560.27570.1882
Hunter Lab53.624246.4154-53.0459
CIE-Lab60.565351.2248-49.8989

#be71eb color RGB value is (190,113,235).

#be71eb hex color red value is 190, green value is 113 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #be71eb hue: 0.77 , saturation: 0.75 and the lightness value of be71eb is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01110001 11101011
Octal 276 161 353
Decimal 190 113 235
Hex BE 71 EB

RGB Percentages of Color #be71eb

%35.32
%21.00
%43.68

CMYK Percentages of Color #be71eb

%19
%52
%0
%8

Triadic Colors of #be71eb

#be71eb #ebbe71 #71ebbe

Analogous Colors of #be71eb

#be71eb #eb71db #8171eb

Monochromatic Colors of #be71eb

#be71eb

Complementary Color

#be71eb #9eeb71

#be71eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be71eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#be71eb Color CSS Codes

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

#be71eb Text Font Color

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

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


#be71eb Background Color

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

This div background color is #be71eb


#be71eb Border Color

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

This div border color is #be71eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be71eb


Comments

No comments written yet.

Please login to write comment.