Color Hex Logo

#85a5df Color Hex

#85A5DF
(133,165,223)
0 Favorites   0 Comments

Color spaces of #85a5df

RGB 133165223
HSL0.610.580.70
HSV219°40°87°
CMYK 0.400.260.00   0.13
XYZ36.447337.224575.0761
Yxy37.22450.24500.2503
Hunter Lab61.0119-0.1384-30.2490
CIE-Lab67.44513.5784-32.8185

#85a5df color RGB value is (133,165,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 10100101 11011111
Octal 205 245 337
Decimal 133 165 223
Hex 85 A5 DF

RGB Percentages of Color #85a5df

%25.53
%31.67
%42.80

CMYK Percentages of Color #85a5df

%40
%26
%0
%13

Triadic Colors of #85a5df

#85a5df #df85a5 #a5df85

Analogous Colors of #85a5df

#85a5df #9285df #85d2df

Monochromatic Colors of #85a5df

#85a5df

Complementary Color

#85a5df #dfbf85

#85a5df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85a5df Color Preview on White Background

Lorem ipsum dolor sit amet.

#85a5df Color CSS Codes

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

#85a5df Text Font Color

<p style="color:#85a5df">Text here</p>

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


#85a5df Background Color

<div style="background-color:#85a5df">
Div content here</div>

This div background color is #85a5df


#85a5df Border Color

<div style="border:3px solid #85a5df">
Div here</div>

This div border color is #85a5df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85a5df


Comments

No comments written yet.

Please login to write comment.