Color Hex Logo

#8593db Color Hex

#8593DB
(133,147,219)
0 Favorites   0 Comments

Color spaces of #8593db

RGB 133147219
HSL0.640.540.69
HSV230°39°86°
CMYK 0.390.330.00   0.14
XYZ32.892830.968571.2617
Yxy30.96850.24340.2292
Hunter Lab55.64938.1201-36.9692
CIE-Lab62.481012.7604-38.3328

#8593db color RGB value is (133,147,219).

#8593db hex color red value is 133, green value is 147 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #8593db hue: 0.64 , saturation: 0.54 and the lightness value of 8593db is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 10010011 11011011
Octal 205 223 333
Decimal 133 147 219
Hex 85 93 DB

RGB Percentages of Color #8593db

%26.65
%29.46
%43.89

CMYK Percentages of Color #8593db

%39
%33
%0
%14

Triadic Colors of #8593db

#8593db #db8593 #93db85

Analogous Colors of #8593db

#8593db #a285db #85bedb

Monochromatic Colors of #8593db

#8593db

Complementary Color

#8593db #dbcd85

#8593db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8593db Color Preview on White Background

Lorem ipsum dolor sit amet.

#8593db Color CSS Codes

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

#8593db Text Font Color

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

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


#8593db Background Color

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

This div background color is #8593db


#8593db Border Color

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

This div border color is #8593db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8593db


Comments

No comments written yet.

Please login to write comment.