Color Hex Logo

#881460 Color Hex

#881460
(136,20,96)
0 Favorites   0 Comments

Color spaces of #881460

RGB 1362096
HSL0.890.740.31
HSV321°85°53°
CMYK 0.000.850.29   0.47
XYZ12.51486.579111.6766
Yxy6.57910.40670.2138
Hunter Lab25.649842.2051-9.0359
CIE-Lab30.828852.5211-14.2807

#881460 color RGB value is (136,20,96).

#881460 hex color red value is 136, green value is 20 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #881460 hue: 0.89 , saturation: 0.74 and the lightness value of 881460 is 0.31.

The process color (four color CMYK) of #881460 color hex is 0.00, 0.85, 0.29, 0.47. Web safe color of #881460 is #990066. Color #881460 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00010100 01100000
Octal 210 24 140
Decimal 136 20 96
Hex 88 14 60

RGB Percentages of Color #881460

%53.97
%7.94
%38.10

CMYK Percentages of Color #881460

%0
%85
%29
%47

Triadic Colors of #881460

#881460 #608814 #146088

Analogous Colors of #881460

#881460 #881426 #761488

Monochromatic Colors of #881460

#881460

Complementary Color

#881460 #14883c

#881460 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#881460 Color Preview on White Background

Lorem ipsum dolor sit amet.

#881460 Color CSS Codes

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

#881460 Text Font Color

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

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


#881460 Background Color

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

This div background color is #881460


#881460 Border Color

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

This div border color is #881460


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,20,96, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #881460; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #881460;
  -webkit-box-shadow: 1px 1px 3px 2px #881460;
  box-shadow:         1px 1px 3px 2px #881460; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,20,96, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #881460


Comments

No comments written yet.

Please login to write comment.