Color Hex Logo

#8593df Color Hex

#8593DF
(133,147,223)
0 Favorites   0 Comments

Color spaces of #8593df

RGB 133147223
HSL0.640.580.70
HSV231°40°87°
CMYK 0.400.340.00   0.13
XYZ33.425931.181774.0690
Yxy31.18170.24100.2249
Hunter Lab55.84069.1282-39.5560
CIE-Lab62.660713.8722-40.2739

#8593df color RGB value is (133,147,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 10010011 11011111
Octal 205 223 337
Decimal 133 147 223
Hex 85 93 DF

RGB Percentages of Color #8593df

%26.44
%29.22
%44.33

CMYK Percentages of Color #8593df

%40
%34
%0
%13

Triadic Colors of #8593df

#8593df #df8593 #93df85

Analogous Colors of #8593df

#8593df #a485df #85c0df

Monochromatic Colors of #8593df

#8593df

Complementary Color

#8593df #dfd185

#8593df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8593df Color Preview on White Background

Lorem ipsum dolor sit amet.

#8593df Color CSS Codes

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

#8593df Text Font Color

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

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


#8593df Background Color

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

This div background color is #8593df


#8593df Border Color

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

This div border color is #8593df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8593df


Comments

No comments written yet.

Please login to write comment.