Color Hex Logo

#880392 Color Hex

#880392
(136,3,146)
0 Favorites   0 Comments

Color spaces of #880392

RGB 1363146
HSL0.820.960.29
HSV296°98°57°
CMYK 0.070.980.00   0.43
XYZ15.37427.374727.8073
Yxy7.37470.30410.1459
Hunter Lab27.156453.5315-41.7016
CIE-Lab32.645162.7525-43.0197

#880392 color RGB value is (136,3,146).

#880392 hex color red value is 136, green value is 3 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #880392 hue: 0.82 , saturation: 0.96 and the lightness value of 880392 is 0.29.

The process color (four color CMYK) of #880392 color hex is 0.07, 0.98, 0.00, 0.43. Web safe color of #880392 is #990099. Color #880392 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00000011 10010010
Octal 210 3 222
Decimal 136 3 146
Hex 88 3 92

RGB Percentages of Color #880392

%47.72
%1.05
%51.23

CMYK Percentages of Color #880392

%7
%98
%0
%43

Triadic Colors of #880392

#880392 #928803 #039288

Analogous Colors of #880392

#880392 #920355 #410392

Monochromatic Colors of #880392

#880392

Complementary Color

#880392 #0d9203

#880392 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#880392 Color Preview on White Background

Lorem ipsum dolor sit amet.

#880392 Color CSS Codes

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

#880392 Text Font Color

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

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


#880392 Background Color

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

This div background color is #880392


#880392 Border Color

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

This div border color is #880392


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #880392


Comments

No comments written yet.

Please login to write comment.