Color Hex Logo

#874abc Color Hex

#874ABC
(135,74,188)
0 Favorites   0 Comments

Color spaces of #874abc

RGB 13574188
HSL0.760.460.51
HSV272°61°74°
CMYK 0.280.610.00   0.26
XYZ21.517613.679349.0832
Yxy13.67930.25530.1623
Hunter Lab36.985539.1238-52.7934
CIE-Lab43.769547.1077-50.3006

#874abc color RGB value is (135,74,188).

#874abc hex color red value is 135, green value is 74 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #874abc hue: 0.76 , saturation: 0.46 and the lightness value of 874abc is 0.51.

The process color (four color CMYK) of #874abc color hex is 0.28, 0.61, 0.00, 0.26. Web safe color of #874abc is #9933cc. Color #874abc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01001010 10111100
Octal 207 112 274
Decimal 135 74 188
Hex 87 4A BC

RGB Percentages of Color #874abc

%34.01
%18.64
%47.36

CMYK Percentages of Color #874abc

%28
%61
%0
%26

Triadic Colors of #874abc

#874abc #bc874a #4abc87

Analogous Colors of #874abc

#874abc #bc4ab8 #4e4abc

Monochromatic Colors of #874abc

#874abc

Complementary Color

#874abc #7fbc4a

#874abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#874abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#874abc Color CSS Codes

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

#874abc Text Font Color

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

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


#874abc Background Color

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

This div background color is #874abc


#874abc Border Color

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

This div border color is #874abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #874abc


Comments

No comments written yet.

Please login to write comment.