Color Hex Logo

#878aea Color Hex

#878AEA
(135,138,234)
0 Favorites   0 Comments

Color spaces of #878aea

RGB 135138234
HSL0.660.700.72
HSV238°42°92°
CMYK 0.420.410.00   0.08
XYZ33.931429.268481.7029
Yxy29.26840.23420.2020
Hunter Lab54.100317.2787-51.6703
CIE-Lab61.017822.7240-48.9529

#878aea color RGB value is (135,138,234).

#878aea hex color red value is 135, green value is 138 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #878aea hue: 0.66 , saturation: 0.70 and the lightness value of 878aea is 0.72.

The process color (four color CMYK) of #878aea color hex is 0.42, 0.41, 0.00, 0.08. Web safe color of #878aea is #9999ff. Color #878aea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 10001010 11101010
Octal 207 212 352
Decimal 135 138 234
Hex 87 8A EA

RGB Percentages of Color #878aea

%26.63
%27.22
%46.15

CMYK Percentages of Color #878aea

%42
%41
%0
%8

Triadic Colors of #878aea

#878aea #ea878a #8aea87

Analogous Colors of #878aea

#878aea #b687ea #87bcea

Monochromatic Colors of #878aea

#878aea

Complementary Color

#878aea #eae787

#878aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#878aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#878aea Color CSS Codes

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

#878aea Text Font Color

<p style="color:#878aea">Text here</p>

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


#878aea Background Color

<div style="background-color:#878aea">
Div content here</div>

This div background color is #878aea


#878aea Border Color

<div style="border:3px solid #878aea">
Div here</div>

This div border color is #878aea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,138,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #878aea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #878aea;
  -webkit-box-shadow: 1px 1px 3px 2px #878aea;
  box-shadow:         1px 1px 3px 2px #878aea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #878aea


Comments

No comments written yet.

Please login to write comment.