Color Hex Logo

#874baa Color Hex

#874BAA
(135,75,170)
0 Favorites   0 Comments

Color spaces of #874baa

RGB 13575170
HSL0.770.390.48
HSV278°56°67°
CMYK 0.210.560.00   0.33
XYZ19.763413.085339.5143
Yxy13.08530.27310.1808
Hunter Lab36.173634.2194-39.4440
CIE-Lab42.891542.3751-41.1205

#874baa color RGB value is (135,75,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 01001011 10101010
Octal 207 113 252
Decimal 135 75 170
Hex 87 4B AA

RGB Percentages of Color #874baa

%35.53
%19.74
%44.74

CMYK Percentages of Color #874baa

%21
%56
%0
%33

Triadic Colors of #874baa

#874baa #aa874b #4baa87

Analogous Colors of #874baa

#874baa #aa4b9e #584baa

Monochromatic Colors of #874baa

#874baa

Complementary Color

#874baa #6eaa4b

#874baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#874baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#874baa Color CSS Codes

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

#874baa Text Font Color

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

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


#874baa Background Color

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

This div background color is #874baa


#874baa Border Color

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

This div border color is #874baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #874baa


Comments

No comments written yet.

Please login to write comment.