Color Hex Logo

#874eff Color Hex

#874EFF
(135,78,255)
0 Favorites   0 Comments

Color spaces of #874eff

RGB 13578255
HSL0.721.000.65
HSV259°69°100°
CMYK 0.470.690.00   0.00
XYZ30.766117.819796.4257
Yxy17.81970.21220.1229
Hunter Lab42.213456.2215-105.8835
CIE-Lab49.276761.9409-79.5157

#874eff color RGB value is (135,78,255).

#874eff hex color red value is 135, green value is 78 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #874eff hue: 0.72 , saturation: 1.00 and the lightness value of 874eff is 0.65.

The process color (four color CMYK) of #874eff color hex is 0.47, 0.69, 0.00, 0.00. Web safe color of #874eff is #9966ff. Color #874eff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01001110 11111111
Octal 207 116 377
Decimal 135 78 255
Hex 87 4E FF

RGB Percentages of Color #874eff

%28.85
%16.67
%54.49

CMYK Percentages of Color #874eff

%47
%69
%0
%0

Triadic Colors of #874eff

#874eff #ff874e #4eff87

Analogous Colors of #874eff

#874eff #e04eff #4e6eff

Monochromatic Colors of #874eff

#874eff

Complementary Color

#874eff #c6ff4e

#874eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#874eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#874eff Color CSS Codes

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

#874eff Text Font Color

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

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


#874eff Background Color

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

This div background color is #874eff


#874eff Border Color

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

This div border color is #874eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #874eff


Comments

No comments written yet.

Please login to write comment.