Color Hex Logo

#bea1da Color Hex

#BEA1DA
(190,161,218)
0 Favorites   0 Comments

Color spaces of #bea1da

RGB 190161218
HSL0.750.440.74
HSV271°26°85°
CMYK 0.130.260.00   0.15
XYZ46.635041.498871.8818
Yxy41.49880.29140.2593
Hunter Lab64.419616.4866-21.0643
CIE-Lab70.524021.4133-24.9678

#bea1da color RGB value is (190,161,218).

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

The process color (four color CMYK) of #bea1da color hex is 0.13, 0.26, 0.00, 0.15. Web safe color of #bea1da is #cc99cc. Color #bea1da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10100001 11011010
Octal 276 241 332
Decimal 190 161 218
Hex BE A1 DA

RGB Percentages of Color #bea1da

%33.39
%28.30
%38.31

CMYK Percentages of Color #bea1da

%13
%26
%0
%15

Triadic Colors of #bea1da

#bea1da #dabea1 #a1dabe

Analogous Colors of #bea1da

#bea1da #daa1da #a2a1da

Monochromatic Colors of #bea1da

#bea1da

Complementary Color

#bea1da #bddaa1

#bea1da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea1da Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea1da Color CSS Codes

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

#bea1da Text Font Color

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

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


#bea1da Background Color

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

This div background color is #bea1da


#bea1da Border Color

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

This div border color is #bea1da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea1da

#bea1da Color Palettes


Comments

No comments written yet.

Please login to write comment.