Color Hex Logo

#beb4d8 Color Hex

#BEB4D8
(190,180,216)
0 Favorites   0 Comments

Color spaces of #beb4d8

RGB 190180216
HSL0.710.320.78
HSV257°17°85°
CMYK 0.120.170.00   0.15
XYZ49.951148.547571.7036
Yxy48.54750.29350.2852
Hunter Lab69.67606.0345-12.2421
CIE-Lab75.168910.5261-16.8152

#beb4d8 color RGB value is (190,180,216).

#beb4d8 hex color red value is 190, green value is 180 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #beb4d8 hue: 0.71 , saturation: 0.32 and the lightness value of beb4d8 is 0.78.

The process color (four color CMYK) of #beb4d8 color hex is 0.12, 0.17, 0.00, 0.15. Web safe color of #beb4d8 is #cccccc. Color #beb4d8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10110100 11011000
Octal 276 264 330
Decimal 190 180 216
Hex BE B4 D8

RGB Percentages of Color #beb4d8

%32.42
%30.72
%36.86

CMYK Percentages of Color #beb4d8

%12
%17
%0
%15

Triadic Colors of #beb4d8

#beb4d8 #d8beb4 #b4d8be

Analogous Colors of #beb4d8

#beb4d8 #d0b4d8 #b4bcd8

Monochromatic Colors of #beb4d8

#beb4d8

Complementary Color

#beb4d8 #ced8b4

#beb4d8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb4d8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb4d8 Color CSS Codes

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

#beb4d8 Text Font Color

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

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


#beb4d8 Background Color

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

This div background color is #beb4d8


#beb4d8 Border Color

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

This div border color is #beb4d8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb4d8


Comments

No comments written yet.

Please login to write comment.