Color Hex Logo

#874acc Color Hex

#874ACC
(135,74,204)
0 Favorites   0 Comments

Color spaces of #874acc

RGB 13574204
HSL0.740.560.55
HSV268°64°80°
CMYK 0.340.640.00   0.20
XYZ23.339514.408158.6777
Yxy14.40810.24200.1494
Hunter Lab37.958043.3290-65.0833
CIE-Lab44.812650.9801-57.9057

#874acc color RGB value is (135,74,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 01001010 11001100
Octal 207 112 314
Decimal 135 74 204
Hex 87 4A CC

RGB Percentages of Color #874acc

%32.69
%17.92
%49.39

CMYK Percentages of Color #874acc

%34
%64
%0
%20

Triadic Colors of #874acc

#874acc #cc874a #4acc87

Analogous Colors of #874acc

#874acc #c84acc #4a4ecc

Monochromatic Colors of #874acc

#874acc

Complementary Color

#874acc #8fcc4a

#874acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#874acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#874acc Color CSS Codes

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

#874acc Text Font Color

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

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


#874acc Background Color

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

This div background color is #874acc


#874acc Border Color

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

This div border color is #874acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #874acc


Comments

No comments written yet.

Please login to write comment.