Color Hex Logo

#be88eb Color Hex

#BE88EB
(190,136,235)
0 Favorites   0 Comments

Color spaces of #be88eb

RGB 190136235
HSL0.760.710.73
HSV273°42°92°
CMYK 0.190.420.00   0.08
XYZ45.034834.553682.8932
Yxy34.55360.27720.2127
Hunter Lab58.782333.8849-42.4615
CIE-Lab65.399638.9378-42.2763

#be88eb color RGB value is (190,136,235).

#be88eb hex color red value is 190, green value is 136 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #be88eb hue: 0.76 , saturation: 0.71 and the lightness value of be88eb is 0.73.

The process color (four color CMYK) of #be88eb color hex is 0.19, 0.42, 0.00, 0.08. Web safe color of #be88eb is #cc99ff. Color #be88eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10001000 11101011
Octal 276 210 353
Decimal 190 136 235
Hex BE 88 EB

RGB Percentages of Color #be88eb

%33.87
%24.24
%41.89

CMYK Percentages of Color #be88eb

%19
%42
%0
%8

Triadic Colors of #be88eb

#be88eb #ebbe88 #88ebbe

Analogous Colors of #be88eb

#be88eb #eb88e7 #8d88eb

Monochromatic Colors of #be88eb

#be88eb

Complementary Color

#be88eb #b5eb88

#be88eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be88eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#be88eb Color CSS Codes

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

#be88eb Text Font Color

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

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


#be88eb Background Color

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

This div background color is #be88eb


#be88eb Border Color

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

This div border color is #be88eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be88eb


Comments

No comments written yet.

Please login to write comment.