Color Hex Logo

#874acd Color Hex

#874ACD
(135,74,205)
0 Favorites   0 Comments

Color spaces of #874acd

RGB 13574205
HSL0.740.570.55
HSV268°64°80°
CMYK 0.340.640.00   0.20
XYZ23.459914.456259.3115
Yxy14.45620.24130.1487
Hunter Lab38.021343.6007-65.8748
CIE-Lab44.880251.2262-58.3730

#874acd color RGB value is (135,74,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 01001010 11001101
Octal 207 112 315
Decimal 135 74 205
Hex 87 4A CD

RGB Percentages of Color #874acd

%32.61
%17.87
%49.52

CMYK Percentages of Color #874acd

%34
%64
%0
%20

Triadic Colors of #874acd

#874acd #cd874a #4acd87

Analogous Colors of #874acd

#874acd #c94acd #4a4fcd

Monochromatic Colors of #874acd

#874acd

Complementary Color

#874acd #90cd4a

#874acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#874acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#874acd Color CSS Codes

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

#874acd Text Font Color

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

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


#874acd Background Color

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

This div background color is #874acd


#874acd Border Color

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

This div border color is #874acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #874acd


Comments

No comments written yet.

Please login to write comment.