Color Hex Logo

#8762be Color Hex

#8762BE
(135,98,190)
0 Favorites   0 Comments

Color spaces of #8762be

RGB 13598190
HSL0.730.410.56
HSV264°48°75°
CMYK 0.290.480.00   0.25
XYZ23.653617.604050.8664
Yxy17.60400.25680.1911
Hunter Lab41.957127.2056-42.5098
CIE-Lab49.012234.2765-43.0963

#8762be color RGB value is (135,98,190).

#8762be hex color red value is 135, green value is 98 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #8762be hue: 0.73 , saturation: 0.41 and the lightness value of 8762be is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 01100010 10111110
Octal 207 142 276
Decimal 135 98 190
Hex 87 62 BE

RGB Percentages of Color #8762be

%31.91
%23.17
%44.92

CMYK Percentages of Color #8762be

%29
%48
%0
%25

Triadic Colors of #8762be

#8762be #be8762 #62be87

Analogous Colors of #8762be

#8762be #b562be #626bbe

Monochromatic Colors of #8762be

#8762be

Complementary Color

#8762be #99be62

#8762be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8762be Color Preview on White Background

Lorem ipsum dolor sit amet.

#8762be Color CSS Codes

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

#8762be Text Font Color

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

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


#8762be Background Color

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

This div background color is #8762be


#8762be Border Color

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

This div border color is #8762be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(135,98,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 #8762be">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8762be


Comments

No comments written yet.

Please login to write comment.