Color Hex Logo

#883adc Color Hex

#883ADC
(136,58,220)
0 Favorites   0 Comments

Color spaces of #883adc

RGB 13658220
HSL0.750.700.55
HSV269°74°86°
CMYK 0.380.740.00   0.14
XYZ24.584713.427769.0062
Yxy13.42770.22970.1255
Hunter Lab36.643855.6307-86.0019
CIE-Lab43.400762.5377-69.3781

#883adc color RGB value is (136,58,220).

#883adc hex color red value is 136, green value is 58 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #883adc hue: 0.75 , saturation: 0.70 and the lightness value of 883adc is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 00111010 11011100
Octal 210 72 334
Decimal 136 58 220
Hex 88 3A DC

RGB Percentages of Color #883adc

%32.85
%14.01
%53.14

CMYK Percentages of Color #883adc

%38
%74
%0
%14

Triadic Colors of #883adc

#883adc #dc883a #3adc88

Analogous Colors of #883adc

#883adc #d93adc #3a3ddc

Monochromatic Colors of #883adc

#883adc

Complementary Color

#883adc #8edc3a

#883adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#883adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#883adc Color CSS Codes

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

#883adc Text Font Color

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

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


#883adc Background Color

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

This div background color is #883adc


#883adc Border Color

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

This div border color is #883adc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,58,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 #883adc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #883adc


Comments

No comments written yet.

Please login to write comment.