Color Hex Logo

#bea7dd Color Hex

#BEA7DD
(190,167,221)
0 Favorites   0 Comments

Color spaces of #bea7dd

RGB 190167221
HSL0.740.440.76
HSV266°24°87°
CMYK 0.140.240.00   0.13
XYZ48.105143.805074.3264
Yxy43.80500.28940.2635
Hunter Lab66.185313.9137-20.2532
CIE-Lab72.098018.7300-24.2063

#bea7dd color RGB value is (190,167,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10100111 11011101
Octal 276 247 335
Decimal 190 167 221
Hex BE A7 DD

RGB Percentages of Color #bea7dd

%32.87
%28.89
%38.24

CMYK Percentages of Color #bea7dd

%14
%24
%0
%13

Triadic Colors of #bea7dd

#bea7dd #ddbea7 #a7ddbe

Analogous Colors of #bea7dd

#bea7dd #d9a7dd #a7abdd

Monochromatic Colors of #bea7dd

#bea7dd

Complementary Color

#bea7dd #c6dda7

#bea7dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea7dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea7dd Color CSS Codes

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

#bea7dd Text Font Color

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

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


#bea7dd Background Color

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

This div background color is #bea7dd


#bea7dd Border Color

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

This div border color is #bea7dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea7dd


Comments

No comments written yet.

Please login to write comment.