Color Hex Logo

#874eea Color Hex

#874EEA
(135,78,234)
0 Favorites   0 Comments

Color spaces of #874eea

RGB 13578234
HSL0.730.790.61
HSV262°67°92°
CMYK 0.420.670.00   0.08
XYZ27.567316.540279.5815
Yxy16.54020.22290.1337
Hunter Lab40.669649.8216-87.5487
CIE-Lab47.675456.5071-70.3703

#874eea color RGB value is (135,78,234).

#874eea hex color red value is 135, green value is 78 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #874eea hue: 0.73 , saturation: 0.79 and the lightness value of 874eea is 0.61.

The process color (four color CMYK) of #874eea color hex is 0.42, 0.67, 0.00, 0.08. Web safe color of #874eea is #9966ff. Color #874eea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01001110 11101010
Octal 207 116 352
Decimal 135 78 234
Hex 87 4E EA

RGB Percentages of Color #874eea

%30.20
%17.45
%52.35

CMYK Percentages of Color #874eea

%42
%67
%0
%8

Triadic Colors of #874eea

#874eea #ea874e #4eea87

Analogous Colors of #874eea

#874eea #d54eea #4e63ea

Monochromatic Colors of #874eea

#874eea

Complementary Color

#874eea #b1ea4e

#874eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#874eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#874eea Color CSS Codes

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

#874eea Text Font Color

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

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


#874eea Background Color

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

This div background color is #874eea


#874eea Border Color

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

This div border color is #874eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #874eea


Comments

No comments written yet.

Please login to write comment.