Color Hex Logo

#8757be Color Hex

#8757BE
(135,87,190)
0 Favorites   0 Comments

Color spaces of #8757be

RGB 13587190
HSL0.740.440.54
HSV268°54°75°
CMYK 0.290.540.00   0.25
XYZ22.694115.685050.5466
Yxy15.68500.25520.1764
Hunter Lab39.604332.9768-47.9483
CIE-Lab46.558540.5417-47.0010

#8757be color RGB value is (135,87,190).

#8757be hex color red value is 135, green value is 87 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #8757be hue: 0.74 , saturation: 0.44 and the lightness value of 8757be is 0.54.

The process color (four color CMYK) of #8757be color hex is 0.29, 0.54, 0.00, 0.25. Web safe color of #8757be is #9966cc. Color #8757be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01010111 10111110
Octal 207 127 276
Decimal 135 87 190
Hex 87 57 BE

RGB Percentages of Color #8757be

%32.77
%21.12
%46.12

CMYK Percentages of Color #8757be

%29
%54
%0
%25

Triadic Colors of #8757be

#8757be #be8757 #57be87

Analogous Colors of #8757be

#8757be #bb57be #575bbe

Monochromatic Colors of #8757be

#8757be

Complementary Color

#8757be #8ebe57

#8757be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8757be Color Preview on White Background

Lorem ipsum dolor sit amet.

#8757be Color CSS Codes

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

#8757be Text Font Color

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

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


#8757be Background Color

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

This div background color is #8757be


#8757be Border Color

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

This div border color is #8757be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8757be


Comments

No comments written yet.

Please login to write comment.