Color Hex Logo

#beb7df Color Hex

#BEB7DF
(190,183,223)
0 Favorites   0 Comments

Color spaces of #beb7df

RGB 190183223
HSL0.700.380.80
HSV251°18°87°
CMYK 0.150.180.00   0.13
XYZ51.488050.141876.7767
Yxy50.14180.28860.2811
Hunter Lab70.81095.8719-14.7176
CIE-Lab76.156210.3671-19.1235

#beb7df color RGB value is (190,183,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10110111 11011111
Octal 276 267 337
Decimal 190 183 223
Hex BE B7 DF

RGB Percentages of Color #beb7df

%31.88
%30.70
%37.42

CMYK Percentages of Color #beb7df

%15
%18
%0
%13

Triadic Colors of #beb7df

#beb7df #dfbeb7 #b7dfbe

Analogous Colors of #beb7df

#beb7df #d2b7df #b7c4df

Monochromatic Colors of #beb7df

#beb7df

Complementary Color

#beb7df #d8dfb7

#beb7df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb7df Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb7df Color CSS Codes

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

#beb7df Text Font Color

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

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


#beb7df Background Color

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

This div background color is #beb7df


#beb7df Border Color

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

This div border color is #beb7df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb7df

#beb7df Color Palettes


Comments

No comments written yet.

Please login to write comment.