Color Hex Logo

#880adc Color Hex

#880ADC
(136,10,220)
0 Favorites   0 Comments

Color spaces of #880adc

RGB 13610220
HSL0.770.910.45
HSV276°95°86°
CMYK 0.380.950.00   0.14
XYZ23.180210.618668.5380
Yxy10.61860.22650.1038
Hunter Lab32.586269.9502-101.8933
CIE-Lab38.930575.6199-76.6960

#880adc color RGB value is (136,10,220).

#880adc hex color red value is 136, green value is 10 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #880adc hue: 0.77 , saturation: 0.91 and the lightness value of 880adc is 0.45.

The process color (four color CMYK) of #880adc color hex is 0.38, 0.95, 0.00, 0.14. Web safe color of #880adc is #9900cc. Color #880adc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00001010 11011100
Octal 210 12 334
Decimal 136 10 220
Hex 88 A DC

RGB Percentages of Color #880adc

%37.16
%2.73
%60.11

CMYK Percentages of Color #880adc

%38
%95
%0
%14

Triadic Colors of #880adc

#880adc #dc880a #0adc88

Analogous Colors of #880adc

#880adc #dc0ac7 #1f0adc

Monochromatic Colors of #880adc

#880adc

Complementary Color

#880adc #5edc0a

#880adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#880adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#880adc Color CSS Codes

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

#880adc Text Font Color

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

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


#880adc Background Color

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

This div background color is #880adc


#880adc Border Color

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

This div border color is #880adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #880adc


Comments

No comments written yet.

Please login to write comment.