Color Hex Logo

#beb5fe Color Hex

#BEB5FE
(190,181,254)
0 Favorites   0 Comments

Color spaces of #beb5fe

RGB 190181254
HSL0.690.970.85
HSV247°29°100°
CMYK 0.250.290.00   0.00
XYZ55.648551.1507100.7060
Yxy51.15070.26820.2465
Hunter Lab71.519713.7289-33.4217
CIE-Lab76.770218.4161-34.9139

#beb5fe color RGB value is (190,181,254).

#beb5fe hex color red value is 190, green value is 181 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #beb5fe hue: 0.69 , saturation: 0.97 and the lightness value of beb5fe is 0.85.

The process color (four color CMYK) of #beb5fe color hex is 0.25, 0.29, 0.00, 0.00. Web safe color of #beb5fe is #ccccff. Color #beb5fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10110101 11111110
Octal 276 265 376
Decimal 190 181 254
Hex BE B5 FE

RGB Percentages of Color #beb5fe

%30.40
%28.96
%40.64

CMYK Percentages of Color #beb5fe

%25
%29
%0
%0

Triadic Colors of #beb5fe

#beb5fe #febeb5 #b5febe

Analogous Colors of #beb5fe

#beb5fe #e3b5fe #b5d1fe

Monochromatic Colors of #beb5fe

#beb5fe

Complementary Color

#beb5fe #f5feb5

#beb5fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb5fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb5fe Color CSS Codes

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

#beb5fe Text Font Color

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

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


#beb5fe Background Color

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

This div background color is #beb5fe


#beb5fe Border Color

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

This div border color is #beb5fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb5fe

Related Colors


Comments

No comments written yet.

Please login to write comment.