Color Hex Logo

#8085df Color Hex

#8085DF
(128,133,223)
0 Favorites   0 Comments

Color spaces of #8085df

RGB 128133223
HSL0.660.600.69
HSV237°43°87°
CMYK 0.430.400.00   0.13
XYZ30.608926.692073.3508
Yxy26.69200.23430.2043
Hunter Lab51.664315.3411-48.0124
CIE-Lab58.688120.7886-46.5528

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

#8085df hex color red value is 128, green value is 133 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #8085df hue: 0.66 , saturation: 0.60 and the lightness value of 8085df is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 10000101 11011111
Octal 200 205 337
Decimal 128 133 223
Hex 80 85 DF

RGB Percentages of Color #8085df

%26.45
%27.48
%46.07

CMYK Percentages of Color #8085df

%43
%40
%0
%13

Triadic Colors of #8085df

#8085df #df8085 #85df80

Analogous Colors of #8085df

#8085df #ab80df #80b5df

Monochromatic Colors of #8085df

#8085df

Complementary Color

#8085df #dfda80

#8085df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8085df Color Preview on White Background

Lorem ipsum dolor sit amet.

#8085df Color CSS Codes

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

#8085df Text Font Color

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

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


#8085df Background Color

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

This div background color is #8085df


#8085df Border Color

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

This div border color is #8085df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8085df


Comments

No comments written yet.

Please login to write comment.