Color Hex Logo

#880d93 Color Hex

#880D93
(136,13,147)
0 Favorites   0 Comments

Color spaces of #880d93

RGB 13613147
HSL0.820.840.31
HSV295°91°58°
CMYK 0.070.910.00   0.42
XYZ15.56377.628728.2559
Yxy7.62870.30250.1483
Hunter Lab27.620152.2481-41.3208
CIE-Lab33.197361.4872-42.7464

#880d93 color RGB value is (136,13,147).

#880d93 hex color red value is 136, green value is 13 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #880d93 hue: 0.82 , saturation: 0.84 and the lightness value of 880d93 is 0.31.

The process color (four color CMYK) of #880d93 color hex is 0.07, 0.91, 0.00, 0.42. Web safe color of #880d93 is #990099. Color #880d93 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00001101 10010011
Octal 210 15 223
Decimal 136 13 147
Hex 88 D 93

RGB Percentages of Color #880d93

%45.95
%4.39
%49.66

CMYK Percentages of Color #880d93

%7
%91
%0
%42

Triadic Colors of #880d93

#880d93 #93880d #0d9388

Analogous Colors of #880d93

#880d93 #930d5b #450d93

Monochromatic Colors of #880d93

#880d93

Complementary Color

#880d93 #18930d

#880d93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#880d93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#880d93 Color CSS Codes

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

#880d93 Text Font Color

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

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


#880d93 Background Color

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

This div background color is #880d93


#880d93 Border Color

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

This div border color is #880d93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #880d93


Comments

No comments written yet.

Please login to write comment.