Color Hex Logo

#8a5dda Color Hex

#8A5DDA
(138,93,218)
0 Favorites   0 Comments

Color spaces of #8a5dda

RGB 13893218
HSL0.730.630.61
HSV262°57°85°
CMYK 0.370.570.00   0.15
XYZ27.050518.293968.4350
Yxy18.29390.23770.1608
Hunter Lab42.771438.0414-64.9252
CIE-Lab49.850745.0497-57.7823

#8a5dda color RGB value is (138,93,218).

#8a5dda hex color red value is 138, green value is 93 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #8a5dda hue: 0.73 , saturation: 0.63 and the lightness value of 8a5dda is 0.61.

The process color (four color CMYK) of #8a5dda color hex is 0.37, 0.57, 0.00, 0.15. Web safe color of #8a5dda is #9966cc. Color #8a5dda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 01011101 11011010
Octal 212 135 332
Decimal 138 93 218
Hex 8A 5D DA

RGB Percentages of Color #8a5dda

%30.73
%20.71
%48.55

CMYK Percentages of Color #8a5dda

%37
%57
%0
%15

Triadic Colors of #8a5dda

#8a5dda #da8a5d #5dda8a

Analogous Colors of #8a5dda

#8a5dda #c95dda #5d6fda

Monochromatic Colors of #8a5dda

#8a5dda

Complementary Color

#8a5dda #adda5d

#8a5dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8a5dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#8a5dda Color CSS Codes

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

#8a5dda Text Font Color

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

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


#8a5dda Background Color

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

This div background color is #8a5dda


#8a5dda Border Color

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

This div border color is #8a5dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8a5dda


Comments

No comments written yet.

Please login to write comment.