Color Hex Logo

#8c05ad Color Hex

#8C05AD
(140,5,173)
0 Favorites   0 Comments

Color spaces of #8c05ad

RGB 1405173
HSL0.800.940.35
HSV288°97°68°
CMYK 0.190.970.00   0.32
XYZ18.41238.701140.2442
Yxy8.70110.27340.1292
Hunter Lab29.497659.7981-60.2422
CIE-Lab35.402367.7459-54.9059

#8c05ad color RGB value is (140,5,173).

#8c05ad hex color red value is 140, green value is 5 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #8c05ad hue: 0.80 , saturation: 0.94 and the lightness value of 8c05ad is 0.35.

The process color (four color CMYK) of #8c05ad color hex is 0.19, 0.97, 0.00, 0.32. Web safe color of #8c05ad is #990099. Color #8c05ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 00000101 10101101
Octal 214 5 255
Decimal 140 5 173
Hex 8C 5 AD

RGB Percentages of Color #8c05ad

%44.03
%1.57
%54.40

CMYK Percentages of Color #8c05ad

%19
%97
%0
%32

Triadic Colors of #8c05ad

#8c05ad #ad8c05 #05ad8c

Analogous Colors of #8c05ad

#8c05ad #ad057a #3805ad

Monochromatic Colors of #8c05ad

#8c05ad

Complementary Color

#8c05ad #26ad05

#8c05ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c05ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c05ad Color CSS Codes

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

#8c05ad Text Font Color

<p style="color:#8c05ad">Text here</p>

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


#8c05ad Background Color

<div style="background-color:#8c05ad">
Div content here</div>

This div background color is #8c05ad


#8c05ad Border Color

<div style="border:3px solid #8c05ad">
Div here</div>

This div border color is #8c05ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(140,5,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8c05ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8c05ad;
  -webkit-box-shadow: 1px 1px 3px 2px #8c05ad;
  box-shadow:         1px 1px 3px 2px #8c05ad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(140,5,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 #8c05ad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c05ad


Comments

No comments written yet.

Please login to write comment.