Color Hex Logo

#8230ad Color Hex

#8230AD
(130,48,173)
0 Favorites   0 Comments

Color spaces of #8230ad

RGB 13048173
HSL0.780.570.43
HSV279°72°68°
CMYK 0.250.720.00   0.32
XYZ17.80579.876940.5031
Yxy9.87690.26110.1449
Hunter Lab31.427546.1334-54.4123
CIE-Lab37.620654.9718-51.3884

#8230ad color RGB value is (130,48,173).

#8230ad hex color red value is 130, green value is 48 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #8230ad hue: 0.78 , saturation: 0.57 and the lightness value of 8230ad is 0.43.

The process color (four color CMYK) of #8230ad color hex is 0.25, 0.72, 0.00, 0.32. Web safe color of #8230ad is #993399. Color #8230ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00110000 10101101
Octal 202 60 255
Decimal 130 48 173
Hex 82 30 AD

RGB Percentages of Color #8230ad

%37.04
%13.68
%49.29

CMYK Percentages of Color #8230ad

%25
%72
%0
%32

Triadic Colors of #8230ad

#8230ad #ad8230 #30ad82

Analogous Colors of #8230ad

#8230ad #ad309a #4330ad

Monochromatic Colors of #8230ad

#8230ad

Complementary Color

#8230ad #5bad30

#8230ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8230ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#8230ad Color CSS Codes

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

#8230ad Text Font Color

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

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


#8230ad Background Color

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

This div background color is #8230ad


#8230ad Border Color

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

This div border color is #8230ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,48,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8230ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8230ad;
  -webkit-box-shadow: 1px 1px 3px 2px #8230ad;
  box-shadow:         1px 1px 3px 2px #8230ad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8230ad


Comments

No comments written yet.

Please login to write comment.