Color Hex Logo

#8a9fdd Color Hex

#8A9FDD
(138,159,221)
0 Favorites   0 Comments

Color spaces of #8a9fdd

RGB 138159221
HSL0.620.550.70
HSV225°38°87°
CMYK 0.380.280.00   0.13
XYZ35.930535.420073.3496
Yxy35.42000.24830.2448
Hunter Lab59.51473.6141-31.4124
CIE-Lab66.07447.7617-33.8170

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

#8a9fdd hex color red value is 138, green value is 159 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #8a9fdd hue: 0.62 , saturation: 0.55 and the lightness value of 8a9fdd is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 10011111 11011101
Octal 212 237 335
Decimal 138 159 221
Hex 8A 9F DD

RGB Percentages of Color #8a9fdd

%26.64
%30.69
%42.66

CMYK Percentages of Color #8a9fdd

%38
%28
%0
%13

Triadic Colors of #8a9fdd

#8a9fdd #dd8a9f #9fdd8a

Analogous Colors of #8a9fdd

#8a9fdd #9f8add #8ac9dd

Monochromatic Colors of #8a9fdd

#8a9fdd

Complementary Color

#8a9fdd #ddc88a

#8a9fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8a9fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8a9fdd Color CSS Codes

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

#8a9fdd Text Font Color

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

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


#8a9fdd Background Color

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

This div background color is #8a9fdd


#8a9fdd Border Color

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

This div border color is #8a9fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8a9fdd


Comments

No comments written yet.

Please login to write comment.