Color Hex Logo

#beafe1 Color Hex

#BEAFE1
(190,175,225)
0 Favorites   0 Comments

Color spaces of #beafe1

RGB 190175225
HSL0.720.450.78
HSV258°22°88°
CMYK 0.160.220.00   0.12
XYZ50.155847.043377.6709
Yxy47.04330.28680.2690
Hunter Lab68.588110.5008-19.1298
CIE-Lab74.217515.1778-23.1547

#beafe1 color RGB value is (190,175,225).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101111 11100001
Octal 276 257 341
Decimal 190 175 225
Hex BE AF E1

RGB Percentages of Color #beafe1

%32.20
%29.66
%38.14

CMYK Percentages of Color #beafe1

%16
%22
%0
%12

Triadic Colors of #beafe1

#beafe1 #e1beaf #afe1be

Analogous Colors of #beafe1

#beafe1 #d7afe1 #afb9e1

Monochromatic Colors of #beafe1

#beafe1

Complementary Color

#beafe1 #d2e1af

#beafe1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beafe1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beafe1 Color CSS Codes

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

#beafe1 Text Font Color

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

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


#beafe1 Background Color

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

This div background color is #beafe1


#beafe1 Border Color

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

This div border color is #beafe1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beafe1


Comments

No comments written yet.

Please login to write comment.