Color Hex Logo

#874679 Color Hex

#874679
(135,70,121)
0 Favorites   0 Comments

Color spaces of #874679

RGB 13570121
HSL0.870.320.40
HSV313°48°53°
CMYK 0.000.480.10   0.47
XYZ15.633010.911719.3714
Yxy10.91170.34050.2376
Hunter Lab33.032926.6687-11.6463
CIE-Lab39.431435.0218-16.9143

#874679 color RGB value is (135,70,121).

#874679 hex color red value is 135, green value is 70 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #874679 hue: 0.87 , saturation: 0.32 and the lightness value of 874679 is 0.40.

The process color (four color CMYK) of #874679 color hex is 0.00, 0.48, 0.10, 0.47. Web safe color of #874679 is #993366. Color #874679 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01000110 01111001
Octal 207 106 171
Decimal 135 70 121
Hex 87 46 79

RGB Percentages of Color #874679

%41.41
%21.47
%37.12

CMYK Percentages of Color #874679

%0
%48
%10
%47

Triadic Colors of #874679

#874679 #798746 #467987

Analogous Colors of #874679

#874679 #874659 #754687

Monochromatic Colors of #874679

#874679

Complementary Color

#874679 #468754

#874679 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#874679 Color Preview on White Background

Lorem ipsum dolor sit amet.

#874679 Color CSS Codes

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

#874679 Text Font Color

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

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


#874679 Background Color

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

This div background color is #874679


#874679 Border Color

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

This div border color is #874679


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,70,121, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #874679; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #874679;
  -webkit-box-shadow: 1px 1px 3px 2px #874679;
  box-shadow:         1px 1px 3px 2px #874679; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #874679


Comments

No comments written yet.

Please login to write comment.