Color Hex Logo

#8784ff Color Hex

#8784FF
(135,132,255)
0 Favorites   0 Comments

Color spaces of #8784ff

RGB 135132255
HSL0.671.000.76
HSV241°48°100°
CMYK 0.470.480.00   0.00
XYZ36.292928.873498.2680
Yxy28.87340.22210.1767
Hunter Lab53.734026.5277-70.8150
CIE-Lab60.669732.2689-61.0880

#8784ff color RGB value is (135,132,255).

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

The process color (four color CMYK) of #8784ff color hex is 0.47, 0.48, 0.00, 0.00. Web safe color of #8784ff is #9999ff. Color #8784ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 10000100 11111111
Octal 207 204 377
Decimal 135 132 255
Hex 87 84 FF

RGB Percentages of Color #8784ff

%25.86
%25.29
%48.85

CMYK Percentages of Color #8784ff

%47
%48
%0
%0

Triadic Colors of #8784ff

#8784ff #ff8784 #84ff87

Analogous Colors of #8784ff

#8784ff #c584ff #84bfff

Monochromatic Colors of #8784ff

#8784ff

Complementary Color

#8784ff #fcff84

#8784ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8784ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#8784ff Color CSS Codes

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

#8784ff Text Font Color

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

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


#8784ff Background Color

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

This div background color is #8784ff


#8784ff Border Color

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

This div border color is #8784ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8784ff

Related Colors


Comments

No comments written yet.

Please login to write comment.