Color Hex Logo

#8585dc Color Hex

#8585DC
(133,133,220)
0 Favorites   0 Comments

Color spaces of #8585dc

RGB 133133220
HSL0.670.550.69
HSV240°40°86°
CMYK 0.400.400.00   0.14
XYZ30.978726.928971.2752
Yxy26.92890.23980.2085
Hunter Lab51.893115.7466-45.1098
CIE-Lab58.908521.2136-44.5033

#8585dc color RGB value is (133,133,220).

#8585dc hex color red value is 133, green value is 133 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #8585dc hue: 0.67 , saturation: 0.55 and the lightness value of 8585dc is 0.69.

The process color (four color CMYK) of #8585dc color hex is 0.40, 0.40, 0.00, 0.14. Web safe color of #8585dc is #9999cc. Color #8585dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10000101 11011100
Octal 205 205 334
Decimal 133 133 220
Hex 85 85 DC

RGB Percentages of Color #8585dc

%27.37
%27.37
%45.27

CMYK Percentages of Color #8585dc

%40
%40
%0
%14

Triadic Colors of #8585dc

#8585dc #dc8585 #85dc85

Analogous Colors of #8585dc

#8585dc #b185dc #85b1dc

Monochromatic Colors of #8585dc

#8585dc

Complementary Color

#8585dc #dcdc85

#8585dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8585dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8585dc Color CSS Codes

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

#8585dc Text Font Color

<p style="color:#8585dc">Text here</p>

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


#8585dc Background Color

<div style="background-color:#8585dc">
Div content here</div>

This div background color is #8585dc


#8585dc Border Color

<div style="border:3px solid #8585dc">
Div here</div>

This div border color is #8585dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,133,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8585dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8585dc;
  -webkit-box-shadow: 1px 1px 3px 2px #8585dc;
  box-shadow:         1px 1px 3px 2px #8585dc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8585dc


Comments

No comments written yet.

Please login to write comment.