Color Hex Logo

#bea3d8 Color Hex

#BEA3D8
(190,163,216)
0 Favorites   0 Comments

Color spaces of #bea3d8

RGB 190163216
HSL0.750.400.74
HSV271°25°85°
CMYK 0.120.250.00   0.15
XYZ46.727142.099470.6290
Yxy42.09940.29300.2640
Hunter Lab64.884115.0020-19.1208
CIE-Lab70.939419.8822-23.2340

#bea3d8 color RGB value is (190,163,216).

#bea3d8 hex color red value is 190, green value is 163 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #bea3d8 hue: 0.75 , saturation: 0.40 and the lightness value of bea3d8 is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10100011 11011000
Octal 276 243 330
Decimal 190 163 216
Hex BE A3 D8

RGB Percentages of Color #bea3d8

%33.39
%28.65
%37.96

CMYK Percentages of Color #bea3d8

%12
%25
%0
%15

Triadic Colors of #bea3d8

#bea3d8 #d8bea3 #a3d8be

Analogous Colors of #bea3d8

#bea3d8 #d8a3d8 #a4a3d8

Monochromatic Colors of #bea3d8

#bea3d8

Complementary Color

#bea3d8 #bdd8a3

#bea3d8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea3d8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea3d8 Color CSS Codes

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

#bea3d8 Text Font Color

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

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


#bea3d8 Background Color

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

This div background color is #bea3d8


#bea3d8 Border Color

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

This div border color is #bea3d8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea3d8


Comments

No comments written yet.

Please login to write comment.