Color Hex Logo

#8094db Color Hex

#8094DB
(128,148,219)
0 Favorites   0 Comments

Color spaces of #8094db

RGB 128148219
HSL0.630.560.68
HSV227°42°86°
CMYK 0.420.320.00   0.14
XYZ32.278230.883571.2777
Yxy30.88350.24010.2297
Hunter Lab55.57296.4248-37.1442
CIE-Lab62.409210.8700-38.4697

#8094db color RGB value is (128,148,219).

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

The process color (four color CMYK) of #8094db color hex is 0.42, 0.32, 0.00, 0.14. Web safe color of #8094db is #9999cc. Color #8094db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10010100 11011011
Octal 200 224 333
Decimal 128 148 219
Hex 80 94 DB

RGB Percentages of Color #8094db

%25.86
%29.90
%44.24

CMYK Percentages of Color #8094db

%42
%32
%0
%14

Triadic Colors of #8094db

#8094db #db8094 #94db80

Analogous Colors of #8094db

#8094db #9a80db #80c2db

Monochromatic Colors of #8094db

#8094db

Complementary Color

#8094db #dbc780

#8094db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8094db Color Preview on White Background

Lorem ipsum dolor sit amet.

#8094db Color CSS Codes

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

#8094db Text Font Color

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

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


#8094db Background Color

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

This div background color is #8094db


#8094db Border Color

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

This div border color is #8094db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,148,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 #8094db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8094db


Comments

No comments written yet.

Please login to write comment.