Color Hex Logo

#8d6cca Color Hex

#8D6CCA
(141,108,202)
0 Favorites   0 Comments

Color spaces of #8d6cca

RGB 141108202
HSL0.730.470.61
HSV261°47°79°
CMYK 0.300.470.00   0.21
XYZ27.007720.652158.4399
Yxy20.65210.25460.1946
Hunter Lab45.444626.5545-44.4333
CIE-Lab52.566633.1694-44.3165

#8d6cca color RGB value is (141,108,202).

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

The process color (four color CMYK) of #8d6cca color hex is 0.30, 0.47, 0.00, 0.21. Web safe color of #8d6cca is #9966cc. Color #8d6cca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 01101100 11001010
Octal 215 154 312
Decimal 141 108 202
Hex 8D 6C CA

RGB Percentages of Color #8d6cca

%31.26
%23.95
%44.79

CMYK Percentages of Color #8d6cca

%30
%47
%0
%21

Triadic Colors of #8d6cca

#8d6cca #ca8d6c #6cca8d

Analogous Colors of #8d6cca

#8d6cca #bc6cca #6c7aca

Monochromatic Colors of #8d6cca

#8d6cca

Complementary Color

#8d6cca #a9ca6c

#8d6cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8d6cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#8d6cca Color CSS Codes

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

#8d6cca Text Font Color

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

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


#8d6cca Background Color

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

This div background color is #8d6cca


#8d6cca Border Color

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

This div border color is #8d6cca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(141,108,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8d6cca


Comments

No comments written yet.

Please login to write comment.