Color Hex Logo

#8585df Color Hex

#8585DF
(133,133,223)
0 Favorites   0 Comments

Color spaces of #8585df

RGB 133133223
HSL0.670.580.70
HSV240°40°87°
CMYK 0.400.400.00   0.13
XYZ31.379727.089373.3869
Yxy27.08930.23800.2054
Hunter Lab52.047416.5359-47.1658
CIE-Lab59.056922.0522-45.9458

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

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

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

Base Numbers

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

RGB Percentages of Color #8585df

%27.20
%27.20
%45.60

CMYK Percentages of Color #8585df

%40
%40
%0
%13

Triadic Colors of #8585df

#8585df #df8585 #85df85

Analogous Colors of #8585df

#8585df #b285df #85b2df

Monochromatic Colors of #8585df

#8585df

Complementary Color

#8585df #dfdf85

#8585df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8585df Color Preview on White Background

Lorem ipsum dolor sit amet.

#8585df Color CSS Codes

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

#8585df Text Font Color

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

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


#8585df Background Color

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

This div background color is #8585df


#8585df Border Color

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

This div border color is #8585df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8585df


Comments

No comments written yet.

Please login to write comment.