Color Hex Logo

#be9bff Color Hex

#BE9BFF
(190,155,255)
0 Favorites   0 Comments

Color spaces of #be9bff

RGB 190155255
HSL0.731.000.80
HSV261°39°100°
CMYK 0.250.390.00   0.00
XYZ51.006541.609899.9509
Yxy41.60980.26490.2161
Hunter Lab64.505728.2602-46.7153
CIE-Lab70.601133.0372-45.0621

#be9bff color RGB value is (190,155,255).

#be9bff hex color red value is 190, green value is 155 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #be9bff hue: 0.73 , saturation: 1.00 and the lightness value of be9bff is 0.80.

The process color (four color CMYK) of #be9bff color hex is 0.25, 0.39, 0.00, 0.00. Web safe color of #be9bff is #cc99ff. Color #be9bff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10011011 11111111
Octal 276 233 377
Decimal 190 155 255
Hex BE 9B FF

RGB Percentages of Color #be9bff

%31.67
%25.83
%42.50

CMYK Percentages of Color #be9bff

%25
%39
%0
%0

Triadic Colors of #be9bff

#be9bff #ffbe9b #9bffbe

Analogous Colors of #be9bff

#be9bff #f09bff #9baaff

Monochromatic Colors of #be9bff

#be9bff

Complementary Color

#be9bff #dcff9b

#be9bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be9bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#be9bff Color CSS Codes

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

#be9bff Text Font Color

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

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


#be9bff Background Color

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

This div background color is #be9bff


#be9bff Border Color

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

This div border color is #be9bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be9bff


Comments

No comments written yet.

Please login to write comment.