Color Hex Logo

#8a88dc Color Hex

#8A88DC
(138,136,220)
0 Favorites   0 Comments

Color spaces of #8a88dc

RGB 138136220
HSL0.670.550.70
HSV241°38°86°
CMYK 0.370.380.00   0.14
XYZ32.203728.178971.4519
Yxy28.17890.24430.2137
Hunter Lab53.083815.3918-42.6469
CIE-Lab60.050020.7702-42.6785

#8a88dc color RGB value is (138,136,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 10001000 11011100
Octal 212 210 334
Decimal 138 136 220
Hex 8A 88 DC

RGB Percentages of Color #8a88dc

%27.94
%27.53
%44.53

CMYK Percentages of Color #8a88dc

%37
%38
%0
%14

Triadic Colors of #8a88dc

#8a88dc #dc8a88 #88dc8a

Analogous Colors of #8a88dc

#8a88dc #b488dc #88b0dc

Monochromatic Colors of #8a88dc

#8a88dc

Complementary Color

#8a88dc #dadc88

#8a88dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8a88dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8a88dc Color CSS Codes

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

#8a88dc Text Font Color

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

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


#8a88dc Background Color

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

This div background color is #8a88dc


#8a88dc Border Color

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

This div border color is #8a88dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8a88dc


Comments

No comments written yet.

Please login to write comment.