Color Hex Logo

#874eaf Color Hex

#874EAF
(135,78,175)
0 Favorites   0 Comments

Color spaces of #874eaf

RGB 13578175
HSL0.760.380.50
HSV275°55°69°
CMYK 0.230.550.00   0.31
XYZ20.453913.694842.1228
Yxy13.69480.26820.1796
Hunter Lab37.006533.8976-41.5826
CIE-Lab43.792041.9039-42.6403

#874eaf color RGB value is (135,78,175).

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

The process color (four color CMYK) of #874eaf color hex is 0.23, 0.55, 0.00, 0.31. Web safe color of #874eaf is #996699. Color #874eaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01001110 10101111
Octal 207 116 257
Decimal 135 78 175
Hex 87 4E AF

RGB Percentages of Color #874eaf

%34.79
%20.10
%45.10

CMYK Percentages of Color #874eaf

%23
%55
%0
%31

Triadic Colors of #874eaf

#874eaf #af874e #4eaf87

Analogous Colors of #874eaf

#874eaf #af4ea7 #574eaf

Monochromatic Colors of #874eaf

#874eaf

Complementary Color

#874eaf #76af4e

#874eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#874eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#874eaf Color CSS Codes

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

#874eaf Text Font Color

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

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


#874eaf Background Color

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

This div background color is #874eaf


#874eaf Border Color

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

This div border color is #874eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #874eaf


Comments

No comments written yet.

Please login to write comment.