Color Hex Logo

#8a17cd Color Hex

#8A17CD
(138,23,205)
0 Favorites   0 Comments

Color spaces of #8a17cd

RGB 13823205
HSL0.770.800.45
HSV278°89°80°
CMYK 0.330.890.00   0.20
XYZ21.807110.423858.6202
Yxy10.42380.24000.1147
Hunter Lab32.285964.0652-85.0503
CIE-Lab38.592570.7825-68.5767

#8a17cd color RGB value is (138,23,205).

#8a17cd hex color red value is 138, green value is 23 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #8a17cd hue: 0.77 , saturation: 0.80 and the lightness value of 8a17cd is 0.45.

The process color (four color CMYK) of #8a17cd color hex is 0.33, 0.89, 0.00, 0.20. Web safe color of #8a17cd is #9900cc. Color #8a17cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 00010111 11001101
Octal 212 27 315
Decimal 138 23 205
Hex 8A 17 CD

RGB Percentages of Color #8a17cd

%37.70
%6.28
%56.01

CMYK Percentages of Color #8a17cd

%33
%89
%0
%20

Triadic Colors of #8a17cd

#8a17cd #cd8a17 #17cd8a

Analogous Colors of #8a17cd

#8a17cd #cd17b5 #2f17cd

Monochromatic Colors of #8a17cd

#8a17cd

Complementary Color

#8a17cd #5acd17

#8a17cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8a17cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8a17cd Color CSS Codes

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

#8a17cd Text Font Color

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

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


#8a17cd Background Color

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

This div background color is #8a17cd


#8a17cd Border Color

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

This div border color is #8a17cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(138,23,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8a17cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8a17cd;
  -webkit-box-shadow: 1px 1px 3px 2px #8a17cd;
  box-shadow:         1px 1px 3px 2px #8a17cd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(138,23,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8a17cd


Comments

No comments written yet.

Please login to write comment.