Color Hex Logo

#880183 Color Hex

#880183
(136,1,131)
0 Favorites   0 Comments

Color spaces of #880183

RGB 1361131
HSL0.840.990.27
HSV302°99°53°
CMYK 0.000.990.04   0.47
XYZ14.26096.894622.0519
Yxy6.89460.33010.1596
Hunter Lab26.257650.9954-31.4132
CIE-Lab31.565760.6638-35.4416

#880183 color RGB value is (136,1,131).

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

The process color (four color CMYK) of #880183 color hex is 0.00, 0.99, 0.04, 0.47. Web safe color of #880183 is #990099. Color #880183 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00000001 10000011
Octal 210 1 203
Decimal 136 1 131
Hex 88 1 83

RGB Percentages of Color #880183

%50.75
%0.37
%48.88

CMYK Percentages of Color #880183

%0
%99
%4
%47

Triadic Colors of #880183

#880183 #838801 #018388

Analogous Colors of #880183

#880183 #880140 #4a0188

Monochromatic Colors of #880183

#880183

Complementary Color

#880183 #018806

#880183 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#880183 Color Preview on White Background

Lorem ipsum dolor sit amet.

#880183 Color CSS Codes

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

#880183 Text Font Color

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

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


#880183 Background Color

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

This div background color is #880183


#880183 Border Color

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

This div border color is #880183


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #880183


Comments

No comments written yet.

Please login to write comment.