Color Hex Logo

#be9df4 Color Hex

#BE9DF4
(190,157,244)
0 Favorites   0 Comments

Color spaces of #be9df4

RGB 190157244
HSL0.730.800.79
HSV263°36°96°
CMYK 0.220.360.00   0.04
XYZ49.621341.592791.0008
Yxy41.59270.27230.2283
Hunter Lab64.492424.4785-38.5154
CIE-Lab70.589229.3764-39.0985

#be9df4 color RGB value is (190,157,244).

#be9df4 hex color red value is 190, green value is 157 and the blue value of its RGB is 244. Cylindrical-coordinate representations (also known as HSL) of color #be9df4 hue: 0.73 , saturation: 0.80 and the lightness value of be9df4 is 0.79.

The process color (four color CMYK) of #be9df4 color hex is 0.22, 0.36, 0.00, 0.04. Web safe color of #be9df4 is #cc99ff. Color #be9df4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10011101 11110100
Octal 276 235 364
Decimal 190 157 244
Hex BE 9D F4

RGB Percentages of Color #be9df4

%32.15
%26.57
%41.29

CMYK Percentages of Color #be9df4

%22
%36
%0
%4

Triadic Colors of #be9df4

#be9df4 #f4be9d #9df4be

Analogous Colors of #be9df4

#be9df4 #ea9df4 #9da8f4

Monochromatic Colors of #be9df4

#be9df4

Complementary Color

#be9df4 #d3f49d

#be9df4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be9df4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#be9df4 Color CSS Codes

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

#be9df4 Text Font Color

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

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


#be9df4 Background Color

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

This div background color is #be9df4


#be9df4 Border Color

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

This div border color is #be9df4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be9df4


Comments

No comments written yet.

Please login to write comment.