Color Hex Logo

#88064a Color Hex

#88064A
(136,6,74)
0 Favorites   0 Comments

Color spaces of #88064a

RGB 136674
HSL0.910.920.28
HSV329°96°53°
CMYK 0.000.960.46   0.47
XYZ11.45455.85897.0057
Yxy5.85890.47100.2409
Hunter Lab24.205242.1117-0.2167
CIE-Lab29.053752.7761-2.4633

#88064a color RGB value is (136,6,74).

#88064a hex color red value is 136, green value is 6 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #88064a hue: 0.91 , saturation: 0.92 and the lightness value of 88064a is 0.28.

The process color (four color CMYK) of #88064a color hex is 0.00, 0.96, 0.46, 0.47. Web safe color of #88064a is #990033. Color #88064a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00000110 01001010
Octal 210 6 112
Decimal 136 6 74
Hex 88 6 4A

RGB Percentages of Color #88064a

%62.96
%2.78
%34.26

CMYK Percentages of Color #88064a

%0
%96
%46
%47

Triadic Colors of #88064a

#88064a #4a8806 #064a88

Analogous Colors of #88064a

#88064a #880609 #850688

Monochromatic Colors of #88064a

#88064a

Complementary Color

#88064a #068844

#88064a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88064a Color Preview on White Background

Lorem ipsum dolor sit amet.

#88064a Color CSS Codes

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

#88064a Text Font Color

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

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


#88064a Background Color

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

This div background color is #88064a


#88064a Border Color

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

This div border color is #88064a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,6,74, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #88064a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #88064a;
  -webkit-box-shadow: 1px 1px 3px 2px #88064a;
  box-shadow:         1px 1px 3px 2px #88064a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88064a


Comments

No comments written yet.

Please login to write comment.