Color Hex Logo

#88012a Color Hex

#88012A
(136,1,42)
0 Favorites   0 Comments

Color spaces of #88012a

RGB 136142
HSL0.950.990.27
HSV342°99°53°
CMYK 0.000.990.69   0.47
XYZ10.58215.42312.6795
Yxy5.42310.56640.2902
Hunter Lab23.287640.35909.4793
CIE-Lab27.907751.279317.5290

#88012a color RGB value is (136,1,42).

#88012a hex color red value is 136, green value is 1 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #88012a hue: 0.95 , saturation: 0.99 and the lightness value of 88012a is 0.27.

The process color (four color CMYK) of #88012a color hex is 0.00, 0.99, 0.69, 0.47. Web safe color of #88012a is #990033. Color #88012a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00000001 00101010
Octal 210 1 52
Decimal 136 1 42
Hex 88 1 2A

RGB Percentages of Color #88012a

%75.98
%0.56
%23.46

CMYK Percentages of Color #88012a

%0
%99
%69
%47

Triadic Colors of #88012a

#88012a #2a8801 #012a88

Analogous Colors of #88012a

#88012a #881c01 #88016e

Monochromatic Colors of #88012a

#88012a

Complementary Color

#88012a #01885f

#88012a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88012a Color Preview on White Background

Lorem ipsum dolor sit amet.

#88012a Color CSS Codes

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

#88012a Text Font Color

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

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


#88012a Background Color

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

This div background color is #88012a


#88012a Border Color

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

This div border color is #88012a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88012a


Comments

No comments written yet.

Please login to write comment.