Color Hex Logo

#8a08dd Color Hex

#8A08DD
(138,8,221)
0 Favorites   0 Comments

Color spaces of #8a08dd

RGB 1388221
HSL0.770.930.45
HSV277°96°87°
CMYK 0.380.960.00   0.13
XYZ23.619210.797469.2458
Yxy10.79740.22780.1042
Hunter Lab32.859470.8011-101.9424
CIE-Lab39.237176.2581-76.7554

#8a08dd color RGB value is (138,8,221).

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

The process color (four color CMYK) of #8a08dd color hex is 0.38, 0.96, 0.00, 0.13. Web safe color of #8a08dd is #9900cc. Color #8a08dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 00001000 11011101
Octal 212 10 335
Decimal 138 8 221
Hex 8A 8 DD

RGB Percentages of Color #8a08dd

%37.60
%2.18
%60.22

CMYK Percentages of Color #8a08dd

%38
%96
%0
%13

Triadic Colors of #8a08dd

#8a08dd #dd8a08 #08dd8a

Analogous Colors of #8a08dd

#8a08dd #dd08c6 #2008dd

Monochromatic Colors of #8a08dd

#8a08dd

Complementary Color

#8a08dd #5bdd08

#8a08dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8a08dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8a08dd Color CSS Codes

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

#8a08dd Text Font Color

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

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


#8a08dd Background Color

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

This div background color is #8a08dd


#8a08dd Border Color

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

This div border color is #8a08dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8a08dd


Comments

No comments written yet.

Please login to write comment.