Color Hex Logo

#8a8ada Color Hex

#8A8ADA
(138,138,218)
0 Favorites   0 Comments

Color spaces of #8a8ada

RGB 138138218
HSL0.670.520.70
HSV240°37°85°
CMYK 0.370.370.00   0.15
XYZ32.224628.642270.1597
Yxy28.64220.24590.2186
Hunter Lab53.518413.8215-40.2631
CIE-Lab60.464519.0588-40.9097

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

#8a8ada hex color red value is 138, green value is 138 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #8a8ada hue: 0.67 , saturation: 0.52 and the lightness value of 8a8ada is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 10001010 11011010
Octal 212 212 332
Decimal 138 138 218
Hex 8A 8A DA

RGB Percentages of Color #8a8ada

%27.94
%27.94
%44.13

CMYK Percentages of Color #8a8ada

%37
%37
%0
%15

Triadic Colors of #8a8ada

#8a8ada #da8a8a #8ada8a

Analogous Colors of #8a8ada

#8a8ada #b28ada #8ab2da

Monochromatic Colors of #8a8ada

#8a8ada

Complementary Color

#8a8ada #dada8a

#8a8ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8a8ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#8a8ada Color CSS Codes

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

#8a8ada Text Font Color

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

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


#8a8ada Background Color

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

This div background color is #8a8ada


#8a8ada Border Color

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

This div border color is #8a8ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8a8ada


Comments

No comments written yet.

Please login to write comment.