Color Hex Logo

#beb4ea Color Hex

#BEB4EA
(190,180,234)
0 Favorites   0 Comments

Color spaces of #beb4ea

RGB 190180234
HSL0.700.560.81
HSV251°23°92°
CMYK 0.190.230.00   0.08
XYZ52.407749.530284.6400
Yxy49.53020.28090.2655
Hunter Lab70.37779.7615-22.0410
CIE-Lab75.780014.4013-25.6530

#beb4ea color RGB value is (190,180,234).

#beb4ea hex color red value is 190, green value is 180 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #beb4ea hue: 0.70 , saturation: 0.56 and the lightness value of beb4ea is 0.81.

The process color (four color CMYK) of #beb4ea color hex is 0.19, 0.23, 0.00, 0.08. Web safe color of #beb4ea is #ccccff. Color #beb4ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10110100 11101010
Octal 276 264 352
Decimal 190 180 234
Hex BE B4 EA

RGB Percentages of Color #beb4ea

%31.46
%29.80
%38.74

CMYK Percentages of Color #beb4ea

%19
%23
%0
%8

Triadic Colors of #beb4ea

#beb4ea #eabeb4 #b4eabe

Analogous Colors of #beb4ea

#beb4ea #d9b4ea #b4c5ea

Monochromatic Colors of #beb4ea

#beb4ea

Complementary Color

#beb4ea #e0eab4

#beb4ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb4ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb4ea Color CSS Codes

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

#beb4ea Text Font Color

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

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


#beb4ea Background Color

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

This div background color is #beb4ea


#beb4ea Border Color

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

This div border color is #beb4ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb4ea

#beb4ea Color Palettes


Comments

No comments written yet.

Please login to write comment.