Color Hex Logo

#beabe0 Color Hex

#BEABE0
(190,171,224)
0 Favorites   0 Comments

Color spaces of #beabe0

RGB 190171224
HSL0.730.460.77
HSV262°24°88°
CMYK 0.150.240.00   0.12
XYZ49.252745.454876.6988
Yxy45.45480.28730.2652
Hunter Lab67.420212.4149-20.2556
CIE-Lab73.190417.1651-24.1769

#beabe0 color RGB value is (190,171,224).

#beabe0 hex color red value is 190, green value is 171 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #beabe0 hue: 0.73 , saturation: 0.46 and the lightness value of beabe0 is 0.77.

The process color (four color CMYK) of #beabe0 color hex is 0.15, 0.24, 0.00, 0.12. Web safe color of #beabe0 is #cc99cc. Color #beabe0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101011 11100000
Octal 276 253 340
Decimal 190 171 224
Hex BE AB E0

RGB Percentages of Color #beabe0

%32.48
%29.23
%38.29

CMYK Percentages of Color #beabe0

%15
%24
%0
%12

Triadic Colors of #beabe0

#beabe0 #e0beab #abe0be

Analogous Colors of #beabe0

#beabe0 #d9abe0 #abb3e0

Monochromatic Colors of #beabe0

#beabe0

Complementary Color

#beabe0 #cde0ab

#beabe0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beabe0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beabe0 Color CSS Codes

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

#beabe0 Text Font Color

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

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


#beabe0 Background Color

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

This div background color is #beabe0


#beabe0 Border Color

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

This div border color is #beabe0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beabe0


Comments

No comments written yet.

Please login to write comment.