Color Hex Logo

#beabff Color Hex

#BEABFF
(190,171,255)
0 Favorites   0 Comments

Color spaces of #beabff

RGB 190171255
HSL0.701.000.84
HSV254°33°100°
CMYK 0.250.330.00   0.00
XYZ53.848147.2930100.8981
Yxy47.29300.26650.2341
Hunter Lab68.769919.4214-38.8504
CIE-Lab74.376824.1720-39.1643

#beabff color RGB value is (190,171,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101011 11111111
Octal 276 253 377
Decimal 190 171 255
Hex BE AB FF

RGB Percentages of Color #beabff

%30.84
%27.76
%41.40

CMYK Percentages of Color #beabff

%25
%33
%0
%0

Triadic Colors of #beabff

#beabff #ffbeab #abffbe

Analogous Colors of #beabff

#beabff #e8abff #abc2ff

Monochromatic Colors of #beabff

#beabff

Complementary Color

#beabff #ecffab

#beabff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beabff Color Preview on White Background

Lorem ipsum dolor sit amet.

#beabff Color CSS Codes

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

#beabff Text Font Color

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

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


#beabff Background Color

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

This div background color is #beabff


#beabff Border Color

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

This div border color is #beabff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beabff


Comments

No comments written yet.

Please login to write comment.