Color Hex Logo

#be9cfa Color Hex

#BE9CFA
(190,156,250)
0 Favorites   0 Comments

Color spaces of #be9cfa

RGB 190156250
HSL0.730.900.80
HSV262°38°98°
CMYK 0.240.380.00   0.02
XYZ50.379041.626295.8219
Yxy41.62620.26820.2216
Hunter Lab64.518426.4741-42.8939
CIE-Lab70.612431.3151-42.3283

#be9cfa color RGB value is (190,156,250).

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

The process color (four color CMYK) of #be9cfa color hex is 0.24, 0.38, 0.00, 0.02. Web safe color of #be9cfa is #cc99ff. Color #be9cfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10011100 11111010
Octal 276 234 372
Decimal 190 156 250
Hex BE 9C FA

RGB Percentages of Color #be9cfa

%31.88
%26.17
%41.95

CMYK Percentages of Color #be9cfa

%24
%38
%0
%2

Triadic Colors of #be9cfa

#be9cfa #fabe9c #9cfabe

Analogous Colors of #be9cfa

#be9cfa #ed9cfa #9ca9fa

Monochromatic Colors of #be9cfa

#be9cfa

Complementary Color

#be9cfa #d8fa9c

#be9cfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be9cfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#be9cfa Color CSS Codes

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

#be9cfa Text Font Color

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

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


#be9cfa Background Color

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

This div background color is #be9cfa


#be9cfa Border Color

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

This div border color is #be9cfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be9cfa


Comments

No comments written yet.

Please login to write comment.