Color Hex Logo

#878fea Color Hex

#878FEA
(135,143,234)
0 Favorites   0 Comments

Color spaces of #878fea

RGB 135143234
HSL0.650.700.72
HSV235°42°92°
CMYK 0.420.390.00   0.08
XYZ34.665430.736381.9475
Yxy30.73630.23530.2086
Hunter Lab55.440314.5908-48.8295
CIE-Lab62.284419.8039-46.9503

#878fea color RGB value is (135,143,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 10001111 11101010
Octal 207 217 352
Decimal 135 143 234
Hex 87 8F EA

RGB Percentages of Color #878fea

%26.37
%27.93
%45.70

CMYK Percentages of Color #878fea

%42
%39
%0
%8

Triadic Colors of #878fea

#878fea #ea878f #8fea87

Analogous Colors of #878fea

#878fea #b187ea #87c1ea

Monochromatic Colors of #878fea

#878fea

Complementary Color

#878fea #eae287

#878fea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#878fea Color Preview on White Background

Lorem ipsum dolor sit amet.

#878fea Color CSS Codes

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

#878fea Text Font Color

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

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


#878fea Background Color

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

This div background color is #878fea


#878fea Border Color

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

This div border color is #878fea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(135,143,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 #878fea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #878fea


Comments

No comments written yet.

Please login to write comment.