Color Hex Logo

#874dab Color Hex

#874DAB
(135,77,171)
0 Favorites   0 Comments

Color spaces of #874dab

RGB 13577171
HSL0.770.380.49
HSV277°55°67°
CMYK 0.210.550.00   0.33
XYZ19.996213.398940.0604
Yxy13.39890.27220.1824
Hunter Lab36.604533.4526-39.2645
CIE-Lab43.358241.5218-40.9699

#874dab color RGB value is (135,77,171).

#874dab hex color red value is 135, green value is 77 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #874dab hue: 0.77 , saturation: 0.38 and the lightness value of 874dab is 0.49.

The process color (four color CMYK) of #874dab color hex is 0.21, 0.55, 0.00, 0.33. Web safe color of #874dab is #996699. Color #874dab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01001101 10101011
Octal 207 115 253
Decimal 135 77 171
Hex 87 4D AB

RGB Percentages of Color #874dab

%35.25
%20.10
%44.65

CMYK Percentages of Color #874dab

%21
%55
%0
%33

Triadic Colors of #874dab

#874dab #ab874d #4dab87

Analogous Colors of #874dab

#874dab #ab4da0 #584dab

Monochromatic Colors of #874dab

#874dab

Complementary Color

#874dab #71ab4d

#874dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#874dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#874dab Color CSS Codes

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

#874dab Text Font Color

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

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


#874dab Background Color

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

This div background color is #874dab


#874dab Border Color

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

This div border color is #874dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #874dab


Comments

No comments written yet.

Please login to write comment.