Color Hex Logo

#874acb Color Hex

#874ACB
(135,74,203)
0 Favorites   0 Comments

Color spaces of #874acb

RGB 13574203
HSL0.750.550.54
HSV268°64°80°
CMYK 0.330.640.00   0.20
XYZ23.219914.360358.0479
Yxy14.36030.24280.1502
Hunter Lab37.895043.0585-64.2945
CIE-Lab44.745350.7345-57.4374

#874acb color RGB value is (135,74,203).

#874acb hex color red value is 135, green value is 74 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #874acb hue: 0.75 , saturation: 0.55 and the lightness value of 874acb is 0.54.

The process color (four color CMYK) of #874acb color hex is 0.33, 0.64, 0.00, 0.20. Web safe color of #874acb is #9933cc. Color #874acb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01001010 11001011
Octal 207 112 313
Decimal 135 74 203
Hex 87 4A CB

RGB Percentages of Color #874acb

%32.77
%17.96
%49.27

CMYK Percentages of Color #874acb

%33
%64
%0
%20

Triadic Colors of #874acb

#874acb #cb874a #4acb87

Analogous Colors of #874acb

#874acb #c84acb #4a4ecb

Monochromatic Colors of #874acb

#874acb

Complementary Color

#874acb #8ecb4a

#874acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#874acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#874acb Color CSS Codes

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

#874acb Text Font Color

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

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


#874acb Background Color

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

This div background color is #874acb


#874acb Border Color

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

This div border color is #874acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #874acb


Comments

No comments written yet.

Please login to write comment.