Color Hex Logo

#874aab Color Hex

#874AAB
(135,74,171)
0 Favorites   0 Comments

Color spaces of #874aab

RGB 13574171
HSL0.770.400.48
HSV278°57°67°
CMYK 0.210.570.00   0.33
XYZ19.791112.988739.9920
Yxy12.98870.27200.1785
Hunter Lab36.039834.9527-40.5639
CIE-Lab42.746243.1396-41.9435

#874aab color RGB value is (135,74,171).

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

The process color (four color CMYK) of #874aab color hex is 0.21, 0.57, 0.00, 0.33. Web safe color of #874aab is #993399. Color #874aab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01001010 10101011
Octal 207 112 253
Decimal 135 74 171
Hex 87 4A AB

RGB Percentages of Color #874aab

%35.53
%19.47
%45.00

CMYK Percentages of Color #874aab

%21
%57
%0
%33

Triadic Colors of #874aab

#874aab #ab874a #4aab87

Analogous Colors of #874aab

#874aab #ab4a9f #574aab

Monochromatic Colors of #874aab

#874aab

Complementary Color

#874aab #6eab4a

#874aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#874aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#874aab Color CSS Codes

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

#874aab Text Font Color

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

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


#874aab Background Color

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

This div background color is #874aab


#874aab Border Color

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

This div border color is #874aab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(135,74,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 #874aab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #874aab


Comments

No comments written yet.

Please login to write comment.