Color Hex Logo

#beaafa Color Hex

#BEAAFA
(190,170,250)
0 Favorites   0 Comments

Color spaces of #beaafa

RGB 190170250
HSL0.710.890.82
HSV255°32°98°
CMYK 0.240.320.00   0.02
XYZ52.865246.598796.6506
Yxy46.59870.26960.2376
Hunter Lab68.263218.7753-36.1616
CIE-Lab73.932323.5549-37.1552

#beaafa color RGB value is (190,170,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101010 11111010
Octal 276 252 372
Decimal 190 170 250
Hex BE AA FA

RGB Percentages of Color #beaafa

%31.15
%27.87
%40.98

CMYK Percentages of Color #beaafa

%24
%32
%0
%2

Triadic Colors of #beaafa

#beaafa #fabeaa #aafabe

Analogous Colors of #beaafa

#beaafa #e6aafa #aabefa

Monochromatic Colors of #beaafa

#beaafa

Complementary Color

#beaafa #e6faaa

#beaafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beaafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#beaafa Color CSS Codes

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

#beaafa Text Font Color

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

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


#beaafa Background Color

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

This div background color is #beaafa


#beaafa Border Color

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

This div border color is #beaafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beaafa


Comments

No comments written yet.

Please login to write comment.