Color Hex Logo

#beaae7 Color Hex

#BEAAE7
(190,170,231)
0 Favorites   0 Comments

Color spaces of #beaae7

RGB 190170231
HSL0.720.560.79
HSV260°26°91°
CMYK 0.180.260.00   0.09
XYZ50.033745.466181.7401
Yxy45.46610.28230.2565
Hunter Lab67.428614.4516-24.6742
CIE-Lab73.197719.2449-27.9806

#beaae7 color RGB value is (190,170,231).

#beaae7 hex color red value is 190, green value is 170 and the blue value of its RGB is 231. Cylindrical-coordinate representations (also known as HSL) of color #beaae7 hue: 0.72 , saturation: 0.56 and the lightness value of beaae7 is 0.79.

The process color (four color CMYK) of #beaae7 color hex is 0.18, 0.26, 0.00, 0.09. Web safe color of #beaae7 is #cc99ff. Color #beaae7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101010 11100111
Octal 276 252 347
Decimal 190 170 231
Hex BE AA E7

RGB Percentages of Color #beaae7

%32.15
%28.76
%39.09

CMYK Percentages of Color #beaae7

%18
%26
%0
%9

Triadic Colors of #beaae7

#beaae7 #e7beaa #aae7be

Analogous Colors of #beaae7

#beaae7 #ddaae7 #aab5e7

Monochromatic Colors of #beaae7

#beaae7

Complementary Color

#beaae7 #d3e7aa

#beaae7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beaae7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beaae7 Color CSS Codes

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

#beaae7 Text Font Color

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

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


#beaae7 Background Color

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

This div background color is #beaae7


#beaae7 Border Color

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

This div border color is #beaae7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beaae7


Comments

No comments written yet.

Please login to write comment.