Color Hex Logo

#be80de Color Hex

#BE80DE
(190,128,222)
0 Favorites   0 Comments

Color spaces of #be80de

RGB 190128222
HSL0.780.590.69
HSV280°42°87°
CMYK 0.140.420.00   0.13
XYZ42.139231.659472.9971
Yxy31.65940.28710.2157
Hunter Lab56.266735.2154-37.5327
CIE-Lab63.060440.4808-38.7322

#be80de color RGB value is (190,128,222).

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

The process color (four color CMYK) of #be80de color hex is 0.14, 0.42, 0.00, 0.13. Web safe color of #be80de is #cc99cc. Color #be80de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10000000 11011110
Octal 276 200 336
Decimal 190 128 222
Hex BE 80 DE

RGB Percentages of Color #be80de

%35.19
%23.70
%41.11

CMYK Percentages of Color #be80de

%14
%42
%0
%13

Triadic Colors of #be80de

#be80de #debe80 #80debe

Analogous Colors of #be80de

#be80de #de80cf #8f80de

Monochromatic Colors of #be80de

#be80de

Complementary Color

#be80de #a0de80

#be80de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be80de Color Preview on White Background

Lorem ipsum dolor sit amet.

#be80de Color CSS Codes

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

#be80de Text Font Color

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

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


#be80de Background Color

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

This div background color is #be80de


#be80de Border Color

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

This div border color is #be80de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be80de


Comments

No comments written yet.

Please login to write comment.