Color Hex Logo

#874fae Color Hex

#874FAE
(135,79,174)
0 Favorites   0 Comments

Color spaces of #874fae

RGB 13579174
HSL0.760.380.50
HSV275°55°68°
CMYK 0.220.550.00   0.32
XYZ20.427613.798941.6312
Yxy13.79890.26930.1819
Hunter Lab37.146933.1527-40.4446
CIE-Lab43.943141.1240-41.8106

#874fae color RGB value is (135,79,174).

#874fae hex color red value is 135, green value is 79 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #874fae hue: 0.76 , saturation: 0.38 and the lightness value of 874fae is 0.50.

The process color (four color CMYK) of #874fae color hex is 0.22, 0.55, 0.00, 0.32. Web safe color of #874fae is #996699. Color #874fae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01001111 10101110
Octal 207 117 256
Decimal 135 79 174
Hex 87 4F AE

RGB Percentages of Color #874fae

%34.79
%20.36
%44.85

CMYK Percentages of Color #874fae

%22
%55
%0
%32

Triadic Colors of #874fae

#874fae #ae874f #4fae87

Analogous Colors of #874fae

#874fae #ae4fa6 #584fae

Monochromatic Colors of #874fae

#874fae

Complementary Color

#874fae #76ae4f

#874fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#874fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#874fae Color CSS Codes

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

#874fae Text Font Color

<p style="color:#874fae">Text here</p>

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


#874fae Background Color

<div style="background-color:#874fae">
Div content here</div>

This div background color is #874fae


#874fae Border Color

<div style="border:3px solid #874fae">
Div here</div>

This div border color is #874fae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,79,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #874fae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #874fae;
  -webkit-box-shadow: 1px 1px 3px 2px #874fae;
  box-shadow:         1px 1px 3px 2px #874fae; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #874fae


Comments

No comments written yet.

Please login to write comment.