Color Hex Logo

#8585fd Color Hex

#8585FD
(133,133,253)
0 Favorites   0 Comments

Color spaces of #8585fd

RGB 133133253
HSL0.670.970.76
HSV240°47°99°
CMYK 0.470.470.00   0.01
XYZ35.790028.853596.6114
Yxy28.85350.22190.1789
Hunter Lab53.715524.9305-69.0368
CIE-Lab60.652130.6616-60.0262

#8585fd color RGB value is (133,133,253).

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

The process color (four color CMYK) of #8585fd color hex is 0.47, 0.47, 0.00, 0.01. Web safe color of #8585fd is #9999ff. Color #8585fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10000101 11111101
Octal 205 205 375
Decimal 133 133 253
Hex 85 85 FD

RGB Percentages of Color #8585fd

%25.63
%25.63
%48.75

CMYK Percentages of Color #8585fd

%47
%47
%0
%1

Triadic Colors of #8585fd

#8585fd #fd8585 #85fd85

Analogous Colors of #8585fd

#8585fd #c185fd #85c1fd

Monochromatic Colors of #8585fd

#8585fd

Complementary Color

#8585fd #fdfd85

#8585fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8585fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8585fd Color CSS Codes

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

#8585fd Text Font Color

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

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


#8585fd Background Color

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

This div background color is #8585fd


#8585fd Border Color

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

This div border color is #8585fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8585fd


Comments

No comments written yet.

Please login to write comment.