Color Hex Logo

#8593cd Color Hex

#8593CD
(133,147,205)
0 Favorites   0 Comments

Color spaces of #8593cd

RGB 133147205
HSL0.630.420.66
HSV228°35°80°
CMYK 0.350.280.00   0.20
XYZ31.126030.261861.9582
Yxy30.26180.25230.2453
Hunter Lab55.01074.7296-28.2704
CIE-Lab61.87958.9521-31.4583

#8593cd color RGB value is (133,147,205).

#8593cd hex color red value is 133, green value is 147 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #8593cd hue: 0.63 , saturation: 0.42 and the lightness value of 8593cd is 0.66.

The process color (four color CMYK) of #8593cd color hex is 0.35, 0.28, 0.00, 0.20. Web safe color of #8593cd is #9999cc. Color #8593cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10010011 11001101
Octal 205 223 315
Decimal 133 147 205
Hex 85 93 CD

RGB Percentages of Color #8593cd

%27.42
%30.31
%42.27

CMYK Percentages of Color #8593cd

%35
%28
%0
%20

Triadic Colors of #8593cd

#8593cd #cd8593 #93cd85

Analogous Colors of #8593cd

#8593cd #9b85cd #85b7cd

Monochromatic Colors of #8593cd

#8593cd

Complementary Color

#8593cd #cdbf85

#8593cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8593cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8593cd Color CSS Codes

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

#8593cd Text Font Color

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

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


#8593cd Background Color

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

This div background color is #8593cd


#8593cd Border Color

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

This div border color is #8593cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8593cd


Comments

No comments written yet.

Please login to write comment.