Color Hex Logo

#8d6acd Color Hex

#8D6ACD
(141,106,205)
0 Favorites   0 Comments

Color spaces of #8d6acd

RGB 141106205
HSL0.730.500.61
HSV261°48°80°
CMYK 0.310.480.00   0.20
XYZ27.158020.378660.2597
Yxy20.37860.25190.1890
Hunter Lab45.142728.3866-47.5447
CIE-Lab52.262635.0885-46.5106

#8d6acd color RGB value is (141,106,205).

#8d6acd hex color red value is 141, green value is 106 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #8d6acd hue: 0.73 , saturation: 0.50 and the lightness value of 8d6acd is 0.61.

The process color (four color CMYK) of #8d6acd color hex is 0.31, 0.48, 0.00, 0.20. Web safe color of #8d6acd is #9966cc. Color #8d6acd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 01101010 11001101
Octal 215 152 315
Decimal 141 106 205
Hex 8D 6A CD

RGB Percentages of Color #8d6acd

%31.19
%23.45
%45.35

CMYK Percentages of Color #8d6acd

%31
%48
%0
%20

Triadic Colors of #8d6acd

#8d6acd #cd8d6a #6acd8d

Analogous Colors of #8d6acd

#8d6acd #bf6acd #6a79cd

Monochromatic Colors of #8d6acd

#8d6acd

Complementary Color

#8d6acd #aacd6a

#8d6acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8d6acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8d6acd Color CSS Codes

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

#8d6acd Text Font Color

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

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


#8d6acd Background Color

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

This div background color is #8d6acd


#8d6acd Border Color

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

This div border color is #8d6acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8d6acd


Comments

No comments written yet.

Please login to write comment.