Color Hex Logo

#8772de Color Hex

#8772DE
(135,114,222)
0 Favorites   0 Comments

Color spaces of #8772de

RGB 135114222
HSL0.700.620.66
HSV252°49°87°
CMYK 0.390.490.00   0.13
XYZ29.193822.459571.9037
Yxy22.45950.23630.1818
Hunter Lab47.391527.0235-56.7825
CIE-Lab54.511233.4277-52.5938

#8772de color RGB value is (135,114,222).

#8772de hex color red value is 135, green value is 114 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #8772de hue: 0.70 , saturation: 0.62 and the lightness value of 8772de is 0.66.

The process color (four color CMYK) of #8772de color hex is 0.39, 0.49, 0.00, 0.13. Web safe color of #8772de is #9966cc. Color #8772de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01110010 11011110
Octal 207 162 336
Decimal 135 114 222
Hex 87 72 DE

RGB Percentages of Color #8772de

%28.66
%24.20
%47.13

CMYK Percentages of Color #8772de

%39
%49
%0
%13

Triadic Colors of #8772de

#8772de #de8772 #72de87

Analogous Colors of #8772de

#8772de #bd72de #7293de

Monochromatic Colors of #8772de

#8772de

Complementary Color

#8772de #c9de72

#8772de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8772de Color Preview on White Background

Lorem ipsum dolor sit amet.

#8772de Color CSS Codes

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

#8772de Text Font Color

<p style="color:#8772de">Text here</p>

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


#8772de Background Color

<div style="background-color:#8772de">
Div content here</div>

This div background color is #8772de


#8772de Border Color

<div style="border:3px solid #8772de">
Div here</div>

This div border color is #8772de


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,114,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8772de; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8772de;
  -webkit-box-shadow: 1px 1px 3px 2px #8772de;
  box-shadow:         1px 1px 3px 2px #8772de; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8772de


Comments

No comments written yet.

Please login to write comment.