Color Hex Logo

#874990 Color Hex

#874990
(135,73,144)
0 Favorites   0 Comments

Color spaces of #874990

RGB 13573144
HSL0.810.330.43
HSV292°49°56°
CMYK 0.060.490.00   0.44
XYZ17.408311.929627.7707
Yxy11.92960.30480.2089
Hunter Lab34.539329.5230-23.4936
CIE-Lab41.104037.8125-28.3797

#874990 color RGB value is (135,73,144).

#874990 hex color red value is 135, green value is 73 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #874990 hue: 0.81 , saturation: 0.33 and the lightness value of 874990 is 0.43.

The process color (four color CMYK) of #874990 color hex is 0.06, 0.49, 0.00, 0.44. Web safe color of #874990 is #993399. Color #874990 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01001001 10010000
Octal 207 111 220
Decimal 135 73 144
Hex 87 49 90

RGB Percentages of Color #874990

%38.35
%20.74
%40.91

CMYK Percentages of Color #874990

%6
%49
%0
%44

Triadic Colors of #874990

#874990 #908749 #499087

Analogous Colors of #874990

#874990 #904976 #644990

Monochromatic Colors of #874990

#874990

Complementary Color

#874990 #529049

#874990 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#874990 Color Preview on White Background

Lorem ipsum dolor sit amet.

#874990 Color CSS Codes

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

#874990 Text Font Color

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

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


#874990 Background Color

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

This div background color is #874990


#874990 Border Color

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

This div border color is #874990


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #874990


Comments

No comments written yet.

Please login to write comment.