Color Hex Logo

#be8ffa Color Hex

#BE8FFA
(190,143,250)
0 Favorites   0 Comments

Color spaces of #be8ffa

RGB 190143250
HSL0.740.910.77
HSV266°43°98°
CMYK 0.240.430.00   0.02
XYZ48.313037.494295.1332
Yxy37.49420.26700.2072
Hunter Lab61.232533.6812-49.2525
CIE-Lab67.646238.4920-46.9822

#be8ffa color RGB value is (190,143,250).

#be8ffa hex color red value is 190, green value is 143 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #be8ffa hue: 0.74 , saturation: 0.91 and the lightness value of be8ffa is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10001111 11111010
Octal 276 217 372
Decimal 190 143 250
Hex BE 8F FA

RGB Percentages of Color #be8ffa

%32.59
%24.53
%42.88

CMYK Percentages of Color #be8ffa

%24
%43
%0
%2

Triadic Colors of #be8ffa

#be8ffa #fabe8f #8ffabe

Analogous Colors of #be8ffa

#be8ffa #f48ffa #8f96fa

Monochromatic Colors of #be8ffa

#be8ffa

Complementary Color

#be8ffa #cbfa8f

#be8ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be8ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#be8ffa Color CSS Codes

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

#be8ffa Text Font Color

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

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


#be8ffa Background Color

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

This div background color is #be8ffa


#be8ffa Border Color

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

This div border color is #be8ffa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,143,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 #be8ffa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be8ffa

Related Colors


Comments

No comments written yet.

Please login to write comment.