Color Hex Logo

#8a88cd Color Hex

#8A88CD
(138,136,205)
0 Favorites   0 Comments

Color spaces of #8a88cd

RGB 138136205
HSL0.670.410.67
HSV242°34°80°
CMYK 0.330.340.00   0.20
XYZ30.304827.419461.4528
Yxy27.41940.25430.2301
Hunter Lab52.363511.6687-32.9271
CIE-Lab59.360516.7516-35.3494

#8a88cd color RGB value is (138,136,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 10001000 11001101
Octal 212 210 315
Decimal 138 136 205
Hex 8A 88 CD

RGB Percentages of Color #8a88cd

%28.81
%28.39
%42.80

CMYK Percentages of Color #8a88cd

%33
%34
%0
%20

Triadic Colors of #8a88cd

#8a88cd #cd8a88 #88cd8a

Analogous Colors of #8a88cd

#8a88cd #ad88cd #88a9cd

Monochromatic Colors of #8a88cd

#8a88cd

Complementary Color

#8a88cd #cbcd88

#8a88cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8a88cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8a88cd Color CSS Codes

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

#8a88cd Text Font Color

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

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


#8a88cd Background Color

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

This div background color is #8a88cd


#8a88cd Border Color

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

This div border color is #8a88cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8a88cd


Comments

No comments written yet.

Please login to write comment.