Color Hex Logo

#8772ff Color Hex

#8772FF
(135,114,255)
0 Favorites   0 Comments

Color spaces of #8772ff

RGB 135114255
HSL0.691.000.72
HSV249°55°100°
CMYK 0.470.550.00   0.00
XYZ34.059024.405597.5234
Yxy24.40550.21830.1565
Hunter Lab49.401936.6093-82.4619
CIE-Lab56.491542.6778-67.8024

#8772ff color RGB value is (135,114,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 01110010 11111111
Octal 207 162 377
Decimal 135 114 255
Hex 87 72 FF

RGB Percentages of Color #8772ff

%26.79
%22.62
%50.60

CMYK Percentages of Color #8772ff

%47
%55
%0
%0

Triadic Colors of #8772ff

#8772ff #ff8772 #72ff87

Analogous Colors of #8772ff

#8772ff #ce72ff #72a4ff

Monochromatic Colors of #8772ff

#8772ff

Complementary Color

#8772ff #eaff72

#8772ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8772ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#8772ff Color CSS Codes

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

#8772ff Text Font Color

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

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


#8772ff Background Color

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

This div background color is #8772ff


#8772ff Border Color

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

This div border color is #8772ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8772ff


Comments

No comments written yet.

Please login to write comment.