Color Hex Logo

#8593dd Color Hex

#8593DD
(133,147,221)
0 Favorites   0 Comments

Color spaces of #8593dd

RGB 133147221
HSL0.640.560.69
HSV230°40°87°
CMYK 0.400.330.00   0.13
XYZ33.157731.074472.6570
Yxy31.07440.24220.2270
Hunter Lab55.74448.6220-38.2572
CIE-Lab62.570413.3151-39.3047

#8593dd color RGB value is (133,147,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 10010011 11011101
Octal 205 223 335
Decimal 133 147 221
Hex 85 93 DD

RGB Percentages of Color #8593dd

%26.55
%29.34
%44.11

CMYK Percentages of Color #8593dd

%40
%33
%0
%13

Triadic Colors of #8593dd

#8593dd #dd8593 #93dd85

Analogous Colors of #8593dd

#8593dd #a385dd #85bfdd

Monochromatic Colors of #8593dd

#8593dd

Complementary Color

#8593dd #ddcf85

#8593dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8593dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8593dd Color CSS Codes

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

#8593dd Text Font Color

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

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


#8593dd Background Color

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

This div background color is #8593dd


#8593dd Border Color

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

This div border color is #8593dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,147,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8593dd


Comments

No comments written yet.

Please login to write comment.