Color Hex Logo

#88044b Color Hex

#88044B
(136,4,75)
0 Favorites   0 Comments

Color spaces of #88044b

RGB 136475
HSL0.910.940.27
HSV328°97°53°
CMYK 0.000.970.45   0.47
XYZ11.46685.82917.1774
Yxy5.82910.46850.2382
Hunter Lab24.143542.5261-0.7253
CIE-Lab28.977153.1943-3.2447

#88044b color RGB value is (136,4,75).

#88044b hex color red value is 136, green value is 4 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #88044b hue: 0.91 , saturation: 0.94 and the lightness value of 88044b is 0.27.

The process color (four color CMYK) of #88044b color hex is 0.00, 0.97, 0.45, 0.47. Web safe color of #88044b is #990033. Color #88044b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00000100 01001011
Octal 210 4 113
Decimal 136 4 75
Hex 88 4 4B

RGB Percentages of Color #88044b

%63.26
%1.86
%34.88

CMYK Percentages of Color #88044b

%0
%97
%45
%47

Triadic Colors of #88044b

#88044b #4b8804 #044b88

Analogous Colors of #88044b

#88044b #880409 #830488

Monochromatic Colors of #88044b

#88044b

Complementary Color

#88044b #048841

#88044b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88044b Color Preview on White Background

Lorem ipsum dolor sit amet.

#88044b Color CSS Codes

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

#88044b Text Font Color

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

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


#88044b Background Color

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

This div background color is #88044b


#88044b Border Color

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

This div border color is #88044b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88044b


Comments

No comments written yet.

Please login to write comment.