Color Hex Logo

#be80db Color Hex

#BE80DB
(190,128,219)
0 Favorites   0 Comments

Color spaces of #be80db

RGB 190128219
HSL0.780.560.68
HSV281°42°86°
CMYK 0.130.420.00   0.14
XYZ41.740631.500070.8980
Yxy31.50000.28960.2185
Hunter Lab56.124934.5337-35.6089
CIE-Lab62.927539.8478-37.2671

#be80db color RGB value is (190,128,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10000000 11011011
Octal 276 200 333
Decimal 190 128 219
Hex BE 80 DB

RGB Percentages of Color #be80db

%35.38
%23.84
%40.78

CMYK Percentages of Color #be80db

%13
%42
%0
%14

Triadic Colors of #be80db

#be80db #dbbe80 #80dbbe

Analogous Colors of #be80db

#be80db #db80cb #9180db

Monochromatic Colors of #be80db

#be80db

Complementary Color

#be80db #9ddb80

#be80db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be80db Color Preview on White Background

Lorem ipsum dolor sit amet.

#be80db Color CSS Codes

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

#be80db Text Font Color

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

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


#be80db Background Color

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

This div background color is #be80db


#be80db Border Color

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

This div border color is #be80db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be80db


Comments

No comments written yet.

Please login to write comment.