Color Hex Logo

#8754df Color Hex

#8754DF
(135,84,223)
0 Favorites   0 Comments

Color spaces of #8754df

RGB 13584223
HSL0.730.680.60
HSV262°62°87°
CMYK 0.390.620.00   0.13
XYZ26.481316.819371.6628
Yxy16.81930.23030.1463
Hunter Lab41.011343.4888-74.8948
CIE-Lab48.031550.5675-63.5709

#8754df color RGB value is (135,84,223).

#8754df hex color red value is 135, green value is 84 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #8754df hue: 0.73 , saturation: 0.68 and the lightness value of 8754df is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 01010100 11011111
Octal 207 124 337
Decimal 135 84 223
Hex 87 54 DF

RGB Percentages of Color #8754df

%30.54
%19.00
%50.45

CMYK Percentages of Color #8754df

%39
%62
%0
%13

Triadic Colors of #8754df

#8754df #df8754 #54df87

Analogous Colors of #8754df

#8754df #cd54df #5467df

Monochromatic Colors of #8754df

#8754df

Complementary Color

#8754df #acdf54

#8754df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8754df Color Preview on White Background

Lorem ipsum dolor sit amet.

#8754df Color CSS Codes

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

#8754df Text Font Color

<p style="color:#8754df">Text here</p>

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


#8754df Background Color

<div style="background-color:#8754df">
Div content here</div>

This div background color is #8754df


#8754df Border Color

<div style="border:3px solid #8754df">
Div here</div>

This div border color is #8754df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,84,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8754df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8754df;
  -webkit-box-shadow: 1px 1px 3px 2px #8754df;
  box-shadow:         1px 1px 3px 2px #8754df; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8754df


Comments

No comments written yet.

Please login to write comment.