Color Hex Logo

#be80df Color Hex

#BE80DF
(190,128,223)
0 Favorites   0 Comments

Color spaces of #be80df

RGB 190128223
HSL0.780.600.69
HSV279°43°87°
CMYK 0.150.430.00   0.13
XYZ42.273731.713273.7052
Yxy31.71320.28620.2147
Hunter Lab56.314535.4446-38.1795
CIE-Lab63.105140.6931-39.2192

#be80df color RGB value is (190,128,223).

#be80df hex color red value is 190, green value is 128 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #be80df hue: 0.78 , saturation: 0.60 and the lightness value of be80df is 0.69.

The process color (four color CMYK) of #be80df color hex is 0.15, 0.43, 0.00, 0.13. Web safe color of #be80df is #cc99cc. Color #be80df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10000000 11011111
Octal 276 200 337
Decimal 190 128 223
Hex BE 80 DF

RGB Percentages of Color #be80df

%35.12
%23.66
%41.22

CMYK Percentages of Color #be80df

%15
%43
%0
%13

Triadic Colors of #be80df

#be80df #dfbe80 #80dfbe

Analogous Colors of #be80df

#be80df #df80d1 #8f80df

Monochromatic Colors of #be80df

#be80df

Complementary Color

#be80df #a1df80

#be80df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be80df Color Preview on White Background

Lorem ipsum dolor sit amet.

#be80df Color CSS Codes

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

#be80df Text Font Color

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

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


#be80df Background Color

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

This div background color is #be80df


#be80df Border Color

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

This div border color is #be80df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be80df


Comments

No comments written yet.

Please login to write comment.