Color Hex Logo

#beb1dd Color Hex

#BEB1DD
(190,177,221)
0 Favorites   0 Comments

Color spaces of #beb1dd

RGB 190177221
HSL0.720.390.78
HSV258°20°87°
CMYK 0.140.200.00   0.13
XYZ50.008547.611974.9609
Yxy47.61190.28980.2759
Hunter Lab69.00148.6148-16.1098
CIE-Lab74.579513.2214-20.4275

#beb1dd color RGB value is (190,177,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10110001 11011101
Octal 276 261 335
Decimal 190 177 221
Hex BE B1 DD

RGB Percentages of Color #beb1dd

%32.31
%30.10
%37.59

CMYK Percentages of Color #beb1dd

%14
%20
%0
%13

Triadic Colors of #beb1dd

#beb1dd #ddbeb1 #b1ddbe

Analogous Colors of #beb1dd

#beb1dd #d4b1dd #b1badd

Monochromatic Colors of #beb1dd

#beb1dd

Complementary Color

#beb1dd #d0ddb1

#beb1dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb1dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb1dd Color CSS Codes

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

#beb1dd Text Font Color

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

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


#beb1dd Background Color

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

This div background color is #beb1dd


#beb1dd Border Color

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

This div border color is #beb1dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb1dd


Comments

No comments written yet.

Please login to write comment.