Color Hex Logo

#88277d Color Hex

#88277D
(136,39,125)
0 Favorites   0 Comments

Color spaces of #88277d

RGB 13639125
HSL0.850.550.34
HSV307°71°53°
CMYK 0.000.710.08   0.47
XYZ14.58058.165920.2097
Yxy8.16590.33940.1901
Hunter Lab28.576041.0689-21.9282
CIE-Lab34.326050.7361-27.3163

#88277d color RGB value is (136,39,125).

#88277d hex color red value is 136, green value is 39 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #88277d hue: 0.85 , saturation: 0.55 and the lightness value of 88277d is 0.34.

The process color (four color CMYK) of #88277d color hex is 0.00, 0.71, 0.08, 0.47. Web safe color of #88277d is #993366. Color #88277d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00100111 01111101
Octal 210 47 175
Decimal 136 39 125
Hex 88 27 7D

RGB Percentages of Color #88277d

%45.33
%13.00
%41.67

CMYK Percentages of Color #88277d

%0
%71
%8
%47

Triadic Colors of #88277d

#88277d #7d8827 #277d88

Analogous Colors of #88277d

#88277d #88274c #632788

Monochromatic Colors of #88277d

#88277d

Complementary Color

#88277d #278832

#88277d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88277d Color Preview on White Background

Lorem ipsum dolor sit amet.

#88277d Color CSS Codes

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

#88277d Text Font Color

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

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


#88277d Background Color

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

This div background color is #88277d


#88277d Border Color

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

This div border color is #88277d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,39,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #88277d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #88277d;
  -webkit-box-shadow: 1px 1px 3px 2px #88277d;
  box-shadow:         1px 1px 3px 2px #88277d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88277d


Comments

No comments written yet.

Please login to write comment.