Color Hex Logo

#be9ed9 Color Hex

#BE9ED9
(190,158,217)
0 Favorites   0 Comments

Color spaces of #be9ed9

RGB 190158217
HSL0.760.440.74
HSV273°27°85°
CMYK 0.120.270.00   0.15
XYZ45.986440.410671.0219
Yxy40.41060.29210.2567
Hunter Lab63.569317.8815-21.7423
CIE-Lab69.761022.8653-25.5861

#be9ed9 color RGB value is (190,158,217).

#be9ed9 hex color red value is 190, green value is 158 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #be9ed9 hue: 0.76 , saturation: 0.44 and the lightness value of be9ed9 is 0.74.

The process color (four color CMYK) of #be9ed9 color hex is 0.12, 0.27, 0.00, 0.15. Web safe color of #be9ed9 is #cc99cc. Color #be9ed9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10011110 11011001
Octal 276 236 331
Decimal 190 158 217
Hex BE 9E D9

RGB Percentages of Color #be9ed9

%33.63
%27.96
%38.41

CMYK Percentages of Color #be9ed9

%12
%27
%0
%15

Triadic Colors of #be9ed9

#be9ed9 #d9be9e #9ed9be

Analogous Colors of #be9ed9

#be9ed9 #d99ed7 #a19ed9

Monochromatic Colors of #be9ed9

#be9ed9

Complementary Color

#be9ed9 #b9d99e

#be9ed9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be9ed9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#be9ed9 Color CSS Codes

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

#be9ed9 Text Font Color

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

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


#be9ed9 Background Color

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

This div background color is #be9ed9


#be9ed9 Border Color

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

This div border color is #be9ed9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be9ed9

#be9ed9 Color Palettes


Comments

No comments written yet.

Please login to write comment.