Color Hex Logo

#be9fed Color Hex

#BE9FED
(190,159,237)
0 Favorites   0 Comments

Color spaces of #be9fed

RGB 190159237
HSL0.730.680.78
HSV264°33°93°
CMYK 0.200.330.00   0.07
XYZ48.919441.857885.6218
Yxy41.85780.27730.2373
Hunter Lab64.697621.7473-33.1770
CIE-Lab70.772826.6778-34.9945

#be9fed color RGB value is (190,159,237).

#be9fed hex color red value is 190, green value is 159 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #be9fed hue: 0.73 , saturation: 0.68 and the lightness value of be9fed is 0.78.

The process color (four color CMYK) of #be9fed color hex is 0.20, 0.33, 0.00, 0.07. Web safe color of #be9fed is #cc99ff. Color #be9fed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10011111 11101101
Octal 276 237 355
Decimal 190 159 237
Hex BE 9F ED

RGB Percentages of Color #be9fed

%32.42
%27.13
%40.44

CMYK Percentages of Color #be9fed

%20
%33
%0
%7

Triadic Colors of #be9fed

#be9fed #edbe9f #9fedbe

Analogous Colors of #be9fed

#be9fed #e59fed #9fa7ed

Monochromatic Colors of #be9fed

#be9fed

Complementary Color

#be9fed #ceed9f

#be9fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be9fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#be9fed Color CSS Codes

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

#be9fed Text Font Color

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

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


#be9fed Background Color

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

This div background color is #be9fed


#be9fed Border Color

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

This div border color is #be9fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be9fed


Comments

No comments written yet.

Please login to write comment.