Color Hex Logo

#be9aff Color Hex

#BE9AFF
(190,154,255)
0 Favorites   0 Comments

Color spaces of #be9aff

RGB 190154255
HSL0.731.000.80
HSV261°40°100°
CMYK 0.250.400.00   0.00
XYZ50.840841.278499.8957
Yxy41.27840.26480.2150
Hunter Lab64.248328.8158-47.2126
CIE-Lab70.370533.5904-45.4238

#be9aff color RGB value is (190,154,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10011010 11111111
Octal 276 232 377
Decimal 190 154 255
Hex BE 9A FF

RGB Percentages of Color #be9aff

%31.72
%25.71
%42.57

CMYK Percentages of Color #be9aff

%25
%40
%0
%0

Triadic Colors of #be9aff

#be9aff #ffbe9a #9affbe

Analogous Colors of #be9aff

#be9aff #f19aff #9aa9ff

Monochromatic Colors of #be9aff

#be9aff

Complementary Color

#be9aff #dbff9a

#be9aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be9aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#be9aff Color CSS Codes

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

#be9aff Text Font Color

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

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


#be9aff Background Color

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

This div background color is #be9aff


#be9aff Border Color

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

This div border color is #be9aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be9aff

#be9aff Color Palettes


Comments

No comments written yet.

Please login to write comment.