Color Hex Logo

#beb5fb Color Hex

#BEB5FB
(190,181,251)
0 Favorites   0 Comments

Color spaces of #beb5fb

RGB 190181251
HSL0.690.900.85
HSV248°28°98°
CMYK 0.240.280.00   0.02
XYZ55.171750.959998.1952
Yxy50.95990.27000.2494
Hunter Lab71.386213.0301-31.5859
CIE-Lab76.654717.7158-33.4800

#beb5fb color RGB value is (190,181,251).

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

The process color (four color CMYK) of #beb5fb color hex is 0.24, 0.28, 0.00, 0.02. Web safe color of #beb5fb is #ccccff. Color #beb5fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10110101 11111011
Octal 276 265 373
Decimal 190 181 251
Hex BE B5 FB

RGB Percentages of Color #beb5fb

%30.55
%29.10
%40.35

CMYK Percentages of Color #beb5fb

%24
%28
%0
%2

Triadic Colors of #beb5fb

#beb5fb #fbbeb5 #b5fbbe

Analogous Colors of #beb5fb

#beb5fb #e1b5fb #b5cffb

Monochromatic Colors of #beb5fb

#beb5fb

Complementary Color

#beb5fb #f2fbb5

#beb5fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb5fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb5fb Color CSS Codes

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

#beb5fb Text Font Color

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

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


#beb5fb Background Color

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

This div background color is #beb5fb


#beb5fb Border Color

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

This div border color is #beb5fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb5fb


Comments

No comments written yet.

Please login to write comment.