Color Hex Logo

#beaaf5 Color Hex

#BEAAF5
(190,170,245)
0 Favorites   0 Comments

Color spaces of #beaaf5

RGB 190170245
HSL0.710.790.81
HSV256°31°96°
CMYK 0.220.310.00   0.04
XYZ52.091446.289292.5754
Yxy46.28920.27280.2424
Hunter Lab68.036217.6039-33.0494
CIE-Lab73.732822.3989-34.7589

#beaaf5 color RGB value is (190,170,245).

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

The process color (four color CMYK) of #beaaf5 color hex is 0.22, 0.31, 0.00, 0.04. Web safe color of #beaaf5 is #cc99ff. Color #beaaf5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101010 11110101
Octal 276 252 365
Decimal 190 170 245
Hex BE AA F5

RGB Percentages of Color #beaaf5

%31.40
%28.10
%40.50

CMYK Percentages of Color #beaaf5

%22
%31
%0
%4

Triadic Colors of #beaaf5

#beaaf5 #f5beaa #aaf5be

Analogous Colors of #beaaf5

#beaaf5 #e4aaf5 #aabcf5

Monochromatic Colors of #beaaf5

#beaaf5

Complementary Color

#beaaf5 #e1f5aa

#beaaf5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beaaf5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beaaf5 Color CSS Codes

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

#beaaf5 Text Font Color

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

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


#beaaf5 Background Color

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

This div background color is #beaaf5


#beaaf5 Border Color

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

This div border color is #beaaf5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beaaf5


Comments

No comments written yet.

Please login to write comment.