Color Hex Logo

#beace1 Color Hex

#BEACE1
(190,172,225)
0 Favorites   0 Comments

Color spaces of #beace1

RGB 190172225
HSL0.720.470.78
HSV260°24°88°
CMYK 0.160.240.00   0.12
XYZ49.578345.888477.4785
Yxy45.88840.28670.2653
Hunter Lab67.741012.0940-20.3940
CIE-Lab73.473116.8296-24.2904

#beace1 color RGB value is (190,172,225).

#beace1 hex color red value is 190, green value is 172 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #beace1 hue: 0.72 , saturation: 0.47 and the lightness value of beace1 is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101100 11100001
Octal 276 254 341
Decimal 190 172 225
Hex BE AC E1

RGB Percentages of Color #beace1

%32.37
%29.30
%38.33

CMYK Percentages of Color #beace1

%16
%24
%0
%12

Triadic Colors of #beace1

#beace1 #e1beac #ace1be

Analogous Colors of #beace1

#beace1 #d9ace1 #acb5e1

Monochromatic Colors of #beace1

#beace1

Complementary Color

#beace1 #cfe1ac

#beace1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beace1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beace1 Color CSS Codes

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

#beace1 Text Font Color

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

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


#beace1 Background Color

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

This div background color is #beace1


#beace1 Border Color

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

This div border color is #beace1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beace1


Comments

No comments written yet.

Please login to write comment.