Color Hex Logo

#8757ff Color Hex

#8757FF
(135,87,255)
0 Favorites   0 Comments

Color spaces of #8757ff

RGB 13587255
HSL0.711.000.67
HSV257°66°100°
CMYK 0.470.660.00   0.00
XYZ31.449919.187396.6537
Yxy19.18730.21350.1303
Hunter Lab43.803351.5036-100.1634
CIE-Lab50.905657.4445-76.8585

#8757ff color RGB value is (135,87,255).

#8757ff hex color red value is 135, green value is 87 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #8757ff hue: 0.71 , saturation: 1.00 and the lightness value of 8757ff is 0.67.

The process color (four color CMYK) of #8757ff color hex is 0.47, 0.66, 0.00, 0.00. Web safe color of #8757ff is #9966ff. Color #8757ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01010111 11111111
Octal 207 127 377
Decimal 135 87 255
Hex 87 57 FF

RGB Percentages of Color #8757ff

%28.30
%18.24
%53.46

CMYK Percentages of Color #8757ff

%47
%66
%0
%0

Triadic Colors of #8757ff

#8757ff #ff8757 #57ff87

Analogous Colors of #8757ff

#8757ff #db57ff #577bff

Monochromatic Colors of #8757ff

#8757ff

Complementary Color

#8757ff #cfff57

#8757ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8757ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#8757ff Color CSS Codes

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

#8757ff Text Font Color

<p style="color:#8757ff">Text here</p>

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


#8757ff Background Color

<div style="background-color:#8757ff">
Div content here</div>

This div background color is #8757ff


#8757ff Border Color

<div style="border:3px solid #8757ff">
Div here</div>

This div border color is #8757ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,87,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8757ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8757ff;
  -webkit-box-shadow: 1px 1px 3px 2px #8757ff;
  box-shadow:         1px 1px 3px 2px #8757ff; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8757ff


Comments

No comments written yet.

Please login to write comment.