Color Hex Logo

#beb4ff Color Hex

#BEB4FF
(190,180,255)
0 Favorites   0 Comments

Color spaces of #beb4ff

RGB 190180255
HSL0.691.000.85
HSV248°29°100°
CMYK 0.250.290.00   0.00
XYZ55.606550.8097101.4842
Yxy50.80970.26750.2444
Hunter Lab71.280914.5069-34.5158
CIE-Lab76.563619.2014-35.7708

#beb4ff color RGB value is (190,180,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10110100 11111111
Octal 276 264 377
Decimal 190 180 255
Hex BE B4 FF

RGB Percentages of Color #beb4ff

%30.40
%28.80
%40.80

CMYK Percentages of Color #beb4ff

%25
%29
%0
%0

Triadic Colors of #beb4ff

#beb4ff #ffbeb4 #b4ffbe

Analogous Colors of #beb4ff

#beb4ff #e4b4ff #b4d0ff

Monochromatic Colors of #beb4ff

#beb4ff

Complementary Color

#beb4ff #f5ffb4

#beb4ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb4ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb4ff Color CSS Codes

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

#beb4ff Text Font Color

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

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


#beb4ff Background Color

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

This div background color is #beb4ff


#beb4ff Border Color

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

This div border color is #beb4ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb4ff


Comments

No comments written yet.

Please login to write comment.