Color Hex Logo

#8c5ea5 Color Hex

#8C5EA5
(140,94,165)
0 Favorites   0 Comments

Color spaces of #8c5ea5

RGB 14094165
HSL0.770.280.51
HSV279°43°65°
CMYK 0.150.430.00   0.35
XYZ21.609516.297537.6041
Yxy16.29750.28620.2158
Hunter Lab40.370224.9004-26.9685
CIE-Lab47.362432.0540-31.0752

#8c5ea5 color RGB value is (140,94,165).

#8c5ea5 hex color red value is 140, green value is 94 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #8c5ea5 hue: 0.77 , saturation: 0.28 and the lightness value of 8c5ea5 is 0.51.

The process color (four color CMYK) of #8c5ea5 color hex is 0.15, 0.43, 0.00, 0.35. Web safe color of #8c5ea5 is #996699. Color #8c5ea5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 01011110 10100101
Octal 214 136 245
Decimal 140 94 165
Hex 8C 5E A5

RGB Percentages of Color #8c5ea5

%35.09
%23.56
%41.35

CMYK Percentages of Color #8c5ea5

%15
%43
%0
%35

Triadic Colors of #8c5ea5

#8c5ea5 #a58c5e #5ea58c

Analogous Colors of #8c5ea5

#8c5ea5 #a55e9b #695ea5

Monochromatic Colors of #8c5ea5

#8c5ea5

Complementary Color

#8c5ea5 #77a55e

#8c5ea5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c5ea5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c5ea5 Color CSS Codes

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

#8c5ea5 Text Font Color

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

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


#8c5ea5 Background Color

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

This div background color is #8c5ea5


#8c5ea5 Border Color

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

This div border color is #8c5ea5


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(140,94,165, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c5ea5


Comments

No comments written yet.

Please login to write comment.