Color Hex Logo

#beabfa Color Hex

#BEABFA
(190,171,250)
0 Favorites   0 Comments

Color spaces of #beabfa

RGB 190171250
HSL0.710.890.83
HSV254°32°98°
CMYK 0.240.320.00   0.02
XYZ53.053446.975196.7134
Yxy46.97510.26970.2388
Hunter Lab68.538418.2290-35.6863
CIE-Lab74.173823.0014-36.7804

#beabfa color RGB value is (190,171,250).

#beabfa hex color red value is 190, green value is 171 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #beabfa hue: 0.71 , saturation: 0.89 and the lightness value of beabfa is 0.83.

The process color (four color CMYK) of #beabfa color hex is 0.24, 0.32, 0.00, 0.02. Web safe color of #beabfa is #cc99ff. Color #beabfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101011 11111010
Octal 276 253 372
Decimal 190 171 250
Hex BE AB FA

RGB Percentages of Color #beabfa

%31.10
%27.99
%40.92

CMYK Percentages of Color #beabfa

%24
%32
%0
%2

Triadic Colors of #beabfa

#beabfa #fabeab #abfabe

Analogous Colors of #beabfa

#beabfa #e6abfa #abc0fa

Monochromatic Colors of #beabfa

#beabfa

Complementary Color

#beabfa #e7faab

#beabfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beabfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#beabfa Color CSS Codes

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

#beabfa Text Font Color

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

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


#beabfa Background Color

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

This div background color is #beabfa


#beabfa Border Color

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

This div border color is #beabfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beabfa

Related Colors


Comments

No comments written yet.

Please login to write comment.