Color Hex Logo

#88125b Color Hex

#88125B
(136,18,91)
0 Favorites   0 Comments

Color spaces of #88125b

RGB 1361891
HSL0.900.770.30
HSV323°87°53°
CMYK 0.000.870.33   0.47
XYZ12.25806.422210.4911
Yxy6.42220.42020.2202
Hunter Lab25.342141.9922-6.8054
CIE-Lab30.453652.3867-11.5966

#88125b color RGB value is (136,18,91).

#88125b hex color red value is 136, green value is 18 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #88125b hue: 0.90 , saturation: 0.77 and the lightness value of 88125b is 0.30.

The process color (four color CMYK) of #88125b color hex is 0.00, 0.87, 0.33, 0.47. Web safe color of #88125b is #990066. Color #88125b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00010010 01011011
Octal 210 22 133
Decimal 136 18 91
Hex 88 12 5B

RGB Percentages of Color #88125b

%55.51
%7.35
%37.14

CMYK Percentages of Color #88125b

%0
%87
%33
%47

Triadic Colors of #88125b

#88125b #5b8812 #125b88

Analogous Colors of #88125b

#88125b #881220 #7a1288

Monochromatic Colors of #88125b

#88125b

Complementary Color

#88125b #12883f

#88125b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88125b Color Preview on White Background

Lorem ipsum dolor sit amet.

#88125b Color CSS Codes

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

#88125b Text Font Color

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

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


#88125b Background Color

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

This div background color is #88125b


#88125b Border Color

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

This div border color is #88125b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88125b


Comments

No comments written yet.

Please login to write comment.