Color Hex Logo

#8a8ccb Color Hex

#8A8CCB
(138,140,203)
0 Favorites   0 Comments

Color spaces of #8a8ccb

RGB 138140203
HSL0.660.380.67
HSV238°32°80°
CMYK 0.320.310.00   0.20
XYZ30.638828.471260.3806
Yxy28.47120.25640.2383
Hunter Lab53.35849.1188-29.7419
CIE-Lab60.312113.9005-32.7419

#8a8ccb color RGB value is (138,140,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 10001100 11001011
Octal 212 214 313
Decimal 138 140 203
Hex 8A 8C CB

RGB Percentages of Color #8a8ccb

%28.69
%29.11
%42.20

CMYK Percentages of Color #8a8ccb

%32
%31
%0
%20

Triadic Colors of #8a8ccb

#8a8ccb #cb8a8c #8ccb8a

Analogous Colors of #8a8ccb

#8a8ccb #a98acb #8aadcb

Monochromatic Colors of #8a8ccb

#8a8ccb

Complementary Color

#8a8ccb #cbc98a

#8a8ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8a8ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8a8ccb Color CSS Codes

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

#8a8ccb Text Font Color

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

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


#8a8ccb Background Color

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

This div background color is #8a8ccb


#8a8ccb Border Color

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

This div border color is #8a8ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8a8ccb


Comments

No comments written yet.

Please login to write comment.