Color Hex Logo

#8830ae Color Hex

#8830AE
(136,48,174)
0 Favorites   0 Comments

Color spaces of #8830ae

RGB 13648174
HSL0.780.570.44
HSV282°72°68°
CMYK 0.220.720.00   0.32
XYZ18.850310.404141.0591
Yxy10.40410.26810.1480
Hunter Lab32.255447.8699-52.8937
CIE-Lab38.558156.4194-50.4271

#8830ae color RGB value is (136,48,174).

#8830ae hex color red value is 136, green value is 48 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #8830ae hue: 0.78 , saturation: 0.57 and the lightness value of 8830ae is 0.44.

The process color (four color CMYK) of #8830ae color hex is 0.22, 0.72, 0.00, 0.32. Web safe color of #8830ae is #993399. Color #8830ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00110000 10101110
Octal 210 60 256
Decimal 136 48 174
Hex 88 30 AE

RGB Percentages of Color #8830ae

%37.99
%13.41
%48.60

CMYK Percentages of Color #8830ae

%22
%72
%0
%32

Triadic Colors of #8830ae

#8830ae #ae8830 #30ae88

Analogous Colors of #8830ae

#8830ae #ae3095 #4930ae

Monochromatic Colors of #8830ae

#8830ae

Complementary Color

#8830ae #56ae30

#8830ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8830ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#8830ae Color CSS Codes

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

#8830ae Text Font Color

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

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


#8830ae Background Color

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

This div background color is #8830ae


#8830ae Border Color

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

This div border color is #8830ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8830ae


Comments

No comments written yet.

Please login to write comment.