Color Hex Logo

#8185df Color Hex

#8185DF
(129,133,223)
0 Favorites   0 Comments

Color spaces of #8185df

RGB 129133223
HSL0.660.590.69
HSV237°42°87°
CMYK 0.420.400.00   0.13
XYZ30.760126.769973.3579
Yxy26.76990.23500.2045
Hunter Lab51.739615.5769-47.8453
CIE-Lab58.760721.0391-46.4333

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 10000101 11011111
Octal 201 205 337
Decimal 129 133 223
Hex 81 85 DF

RGB Percentages of Color #8185df

%26.60
%27.42
%45.98

CMYK Percentages of Color #8185df

%42
%40
%0
%13

Triadic Colors of #8185df

#8185df #df8185 #85df81

Analogous Colors of #8185df

#8185df #ac81df #81b4df

Monochromatic Colors of #8185df

#8185df

Complementary Color

#8185df #dfdb81

#8185df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8185df Color Preview on White Background

Lorem ipsum dolor sit amet.

#8185df Color CSS Codes

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

#8185df Text Font Color

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

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


#8185df Background Color

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

This div background color is #8185df


#8185df Border Color

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

This div border color is #8185df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8185df


Comments

No comments written yet.

Please login to write comment.