Color Hex Logo

#874ace Color Hex

#874ACE
(135,74,206)
0 Favorites   0 Comments

Color spaces of #874ace

RGB 13574206
HSL0.740.570.55
HSV268°64°81°
CMYK 0.340.640.00   0.19
XYZ23.581014.504759.9493
Yxy14.50470.24050.1480
Hunter Lab38.085043.8725-66.6683
CIE-Lab44.948251.4718-58.8392

#874ace color RGB value is (135,74,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 01001010 11001110
Octal 207 112 316
Decimal 135 74 206
Hex 87 4A CE

RGB Percentages of Color #874ace

%32.53
%17.83
%49.64

CMYK Percentages of Color #874ace

%34
%64
%0
%19

Triadic Colors of #874ace

#874ace #ce874a #4ace87

Analogous Colors of #874ace

#874ace #c94ace #4a4fce

Monochromatic Colors of #874ace

#874ace

Complementary Color

#874ace #91ce4a

#874ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#874ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#874ace Color CSS Codes

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

#874ace Text Font Color

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

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


#874ace Background Color

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

This div background color is #874ace


#874ace Border Color

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

This div border color is #874ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #874ace


Comments

No comments written yet.

Please login to write comment.