Color Hex Logo

#beb5df Color Hex

#BEB5DF
(190,181,223)
0 Favorites   0 Comments

Color spaces of #beb5df

RGB 190181223
HSL0.700.400.79
HSV253°19°87°
CMYK 0.150.190.00   0.13
XYZ51.078449.322676.6401
Yxy49.32260.28850.2786
Hunter Lab70.23016.9207-15.5405
CIE-Lab75.651611.4586-19.8880

#beb5df color RGB value is (190,181,223).

#beb5df hex color red value is 190, green value is 181 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #beb5df hue: 0.70 , saturation: 0.40 and the lightness value of beb5df is 0.79.

The process color (four color CMYK) of #beb5df color hex is 0.15, 0.19, 0.00, 0.13. Web safe color of #beb5df is #cccccc. Color #beb5df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10110101 11011111
Octal 276 265 337
Decimal 190 181 223
Hex BE B5 DF

RGB Percentages of Color #beb5df

%31.99
%30.47
%37.54

CMYK Percentages of Color #beb5df

%15
%19
%0
%13

Triadic Colors of #beb5df

#beb5df #dfbeb5 #b5dfbe

Analogous Colors of #beb5df

#beb5df #d3b5df #b5c1df

Monochromatic Colors of #beb5df

#beb5df

Complementary Color

#beb5df #d6dfb5

#beb5df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb5df Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb5df Color CSS Codes

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

#beb5df Text Font Color

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

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


#beb5df Background Color

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

This div background color is #beb5df


#beb5df Border Color

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

This div border color is #beb5df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb5df


Comments

No comments written yet.

Please login to write comment.