Color Hex Logo

#874dc6 Color Hex

#874DC6
(135,77,198)
0 Favorites   0 Comments

Color spaces of #874dc6

RGB 13577198
HSL0.750.510.54
HSV269°61°78°
CMYK 0.320.610.00   0.22
XYZ22.838614.535955.0281
Yxy14.53590.24720.1573
Hunter Lab38.126040.2064-58.8864
CIE-Lab44.991947.9512-54.1498

#874dc6 color RGB value is (135,77,198).

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

The process color (four color CMYK) of #874dc6 color hex is 0.32, 0.61, 0.00, 0.22. Web safe color of #874dc6 is #9966cc. Color #874dc6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01001101 11000110
Octal 207 115 306
Decimal 135 77 198
Hex 87 4D C6

RGB Percentages of Color #874dc6

%32.93
%18.78
%48.29

CMYK Percentages of Color #874dc6

%32
%61
%0
%22

Triadic Colors of #874dc6

#874dc6 #c6874d #4dc687

Analogous Colors of #874dc6

#874dc6 #c44dc6 #4d4fc6

Monochromatic Colors of #874dc6

#874dc6

Complementary Color

#874dc6 #8cc64d

#874dc6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#874dc6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#874dc6 Color CSS Codes

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

#874dc6 Text Font Color

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

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


#874dc6 Background Color

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

This div background color is #874dc6


#874dc6 Border Color

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

This div border color is #874dc6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #874dc6


Comments

No comments written yet.

Please login to write comment.