Color Hex Logo

#bea1dd Color Hex

#BEA1DD
(190,161,221)
0 Favorites   0 Comments

Color spaces of #bea1dd

RGB 190161221
HSL0.750.470.75
HSV269°27°87°
CMYK 0.140.270.00   0.13
XYZ47.031241.657373.9685
Yxy41.65730.28910.2561
Hunter Lab64.542517.1212-22.7692
CIE-Lab70.634022.0528-26.4472

#bea1dd color RGB value is (190,161,221).

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

The process color (four color CMYK) of #bea1dd color hex is 0.14, 0.27, 0.00, 0.13. Web safe color of #bea1dd is #cc99cc. Color #bea1dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10100001 11011101
Octal 276 241 335
Decimal 190 161 221
Hex BE A1 DD

RGB Percentages of Color #bea1dd

%33.22
%28.15
%38.64

CMYK Percentages of Color #bea1dd

%14
%27
%0
%13

Triadic Colors of #bea1dd

#bea1dd #ddbea1 #a1ddbe

Analogous Colors of #bea1dd

#bea1dd #dca1dd #a1a2dd

Monochromatic Colors of #bea1dd

#bea1dd

Complementary Color

#bea1dd #c0dda1

#bea1dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea1dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea1dd Color CSS Codes

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

#bea1dd Text Font Color

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

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


#bea1dd Background Color

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

This div background color is #bea1dd


#bea1dd Border Color

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

This div border color is #bea1dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea1dd


Comments

No comments written yet.

Please login to write comment.