Color Hex Logo

#8784fc Color Hex

#8784FC
(135,132,252)
0 Favorites   0 Comments

Color spaces of #8784fc

RGB 135132252
HSL0.670.950.75
HSV242°48°99°
CMYK 0.460.480.00   0.01
XYZ35.813628.681795.7440
Yxy28.68170.22350.1790
Hunter Lab53.555325.6451-68.5076
CIE-Lab60.499731.3980-59.7121

#8784fc color RGB value is (135,132,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 10000100 11111100
Octal 207 204 374
Decimal 135 132 252
Hex 87 84 FC

RGB Percentages of Color #8784fc

%26.01
%25.43
%48.55

CMYK Percentages of Color #8784fc

%46
%48
%0
%1

Triadic Colors of #8784fc

#8784fc #fc8784 #84fc87

Analogous Colors of #8784fc

#8784fc #c384fc #84bdfc

Monochromatic Colors of #8784fc

#8784fc

Complementary Color

#8784fc #f9fc84

#8784fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8784fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8784fc Color CSS Codes

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

#8784fc Text Font Color

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

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


#8784fc Background Color

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

This div background color is #8784fc


#8784fc Border Color

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

This div border color is #8784fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8784fc


Comments

No comments written yet.

Please login to write comment.