Color Hex Logo

#8a8dec Color Hex

#8A8DEC
(138,141,236)
0 Favorites   0 Comments

Color spaces of #8a8dec

RGB 138141236
HSL0.660.720.73
HSV238°42°93°
CMYK 0.420.400.00   0.07
XYZ35.146430.509283.3933
Yxy30.50920.23580.2047
Hunter Lab55.235116.9190-50.8507
CIE-Lab62.091122.2817-48.3472

#8a8dec color RGB value is (138,141,236).

#8a8dec hex color red value is 138, green value is 141 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #8a8dec hue: 0.66 , saturation: 0.72 and the lightness value of 8a8dec is 0.73.

The process color (four color CMYK) of #8a8dec color hex is 0.42, 0.40, 0.00, 0.07. Web safe color of #8a8dec is #9999ff. Color #8a8dec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 10001101 11101100
Octal 212 215 354
Decimal 138 141 236
Hex 8A 8D EC

RGB Percentages of Color #8a8dec

%26.80
%27.38
%45.83

CMYK Percentages of Color #8a8dec

%42
%40
%0
%7

Triadic Colors of #8a8dec

#8a8dec #ec8a8d #8dec8a

Analogous Colors of #8a8dec

#8a8dec #b88aec #8abeec

Monochromatic Colors of #8a8dec

#8a8dec

Complementary Color

#8a8dec #ece98a

#8a8dec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8a8dec Color Preview on White Background

Lorem ipsum dolor sit amet.

#8a8dec Color CSS Codes

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

#8a8dec Text Font Color

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

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


#8a8dec Background Color

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

This div background color is #8a8dec


#8a8dec Border Color

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

This div border color is #8a8dec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8a8dec


Comments

No comments written yet.

Please login to write comment.