Color Hex Logo

#8a9dca Color Hex

#8A9DCA
(138,157,202)
0 Favorites   0 Comments

Color spaces of #8a9dca

RGB 138157202
HSL0.620.380.67
HSV222°32°79°
CMYK 0.320.220.00   0.21
XYZ33.198933.781560.6478
Yxy33.78150.26010.2647
Hunter Lab58.12190.2450-21.1814
CIE-Lab64.78883.8988-25.2655

#8a9dca color RGB value is (138,157,202).

#8a9dca hex color red value is 138, green value is 157 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #8a9dca hue: 0.62 , saturation: 0.38 and the lightness value of 8a9dca is 0.67.

The process color (four color CMYK) of #8a9dca color hex is 0.32, 0.22, 0.00, 0.21. Web safe color of #8a9dca is #9999cc. Color #8a9dca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 10011101 11001010
Octal 212 235 312
Decimal 138 157 202
Hex 8A 9D CA

RGB Percentages of Color #8a9dca

%27.77
%31.59
%40.64

CMYK Percentages of Color #8a9dca

%32
%22
%0
%21

Triadic Colors of #8a9dca

#8a9dca #ca8a9d #9dca8a

Analogous Colors of #8a9dca

#8a9dca #978aca #8abdca

Monochromatic Colors of #8a9dca

#8a9dca

Complementary Color

#8a9dca #cab78a

#8a9dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8a9dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#8a9dca Color CSS Codes

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

#8a9dca Text Font Color

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

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


#8a9dca Background Color

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

This div background color is #8a9dca


#8a9dca Border Color

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

This div border color is #8a9dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8a9dca


Comments

No comments written yet.

Please login to write comment.