Color Hex Logo

#8093db Color Hex

#8093DB
(128,147,219)
0 Favorites   0 Comments

Color spaces of #8093db

RGB 128147219
HSL0.630.560.68
HSV227°42°86°
CMYK 0.420.330.00   0.14
XYZ32.122030.571171.2256
Yxy30.57110.23990.2283
Hunter Lab55.29116.9421-37.6731
CIE-Lab62.143911.4498-38.8847

#8093db color RGB value is (128,147,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 10010011 11011011
Octal 200 223 333
Decimal 128 147 219
Hex 80 93 DB

RGB Percentages of Color #8093db

%25.91
%29.76
%44.33

CMYK Percentages of Color #8093db

%42
%33
%0
%14

Triadic Colors of #8093db

#8093db #db8093 #93db80

Analogous Colors of #8093db

#8093db #9b80db #80c1db

Monochromatic Colors of #8093db

#8093db

Complementary Color

#8093db #dbc880

#8093db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8093db Color Preview on White Background

Lorem ipsum dolor sit amet.

#8093db Color CSS Codes

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

#8093db Text Font Color

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

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


#8093db Background Color

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

This div background color is #8093db


#8093db Border Color

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

This div border color is #8093db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8093db


Comments

No comments written yet.

Please login to write comment.