Color Hex Logo

#874293 Color Hex

#874293
(135,66,147)
0 Favorites   0 Comments

Color spaces of #874293

RGB 13566147
HSL0.810.380.42
HSV291°55°58°
CMYK 0.080.550.00   0.42
XYZ17.206311.153928.8498
Yxy11.15390.30080.1950
Hunter Lab33.397533.5173-27.8384
CIE-Lab39.838542.1649-32.1837

#874293 color RGB value is (135,66,147).

#874293 hex color red value is 135, green value is 66 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #874293 hue: 0.81 , saturation: 0.38 and the lightness value of 874293 is 0.42.

The process color (four color CMYK) of #874293 color hex is 0.08, 0.55, 0.00, 0.42. Web safe color of #874293 is #993399. Color #874293 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01000010 10010011
Octal 207 102 223
Decimal 135 66 147
Hex 87 42 93

RGB Percentages of Color #874293

%38.79
%18.97
%42.24

CMYK Percentages of Color #874293

%8
%55
%0
%42

Triadic Colors of #874293

#874293 #938742 #429387

Analogous Colors of #874293

#874293 #934277 #5e4293

Monochromatic Colors of #874293

#874293

Complementary Color

#874293 #4e9342

#874293 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#874293 Color Preview on White Background

Lorem ipsum dolor sit amet.

#874293 Color CSS Codes

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

#874293 Text Font Color

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

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


#874293 Background Color

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

This div background color is #874293


#874293 Border Color

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

This div border color is #874293


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,66,147, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #874293; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #874293;
  -webkit-box-shadow: 1px 1px 3px 2px #874293;
  box-shadow:         1px 1px 3px 2px #874293; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #874293


Comments

No comments written yet.

Please login to write comment.