Color Hex Logo

#878eef Color Hex

#878EEF
(135,142,239)
0 Favorites   0 Comments

Color spaces of #878eef

RGB 135142239
HSL0.660.760.73
HSV236°44°94°
CMYK 0.440.410.00   0.06
XYZ35.244730.728985.7350
Yxy30.72890.23230.2026
Hunter Lab55.433716.4813-52.8958
CIE-Lab62.278121.8099-49.7218

#878eef color RGB value is (135,142,239).

#878eef hex color red value is 135, green value is 142 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #878eef hue: 0.66 , saturation: 0.76 and the lightness value of 878eef is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 10001110 11101111
Octal 207 216 357
Decimal 135 142 239
Hex 87 8E EF

RGB Percentages of Color #878eef

%26.16
%27.52
%46.32

CMYK Percentages of Color #878eef

%44
%41
%0
%6

Triadic Colors of #878eef

#878eef #ef878e #8eef87

Analogous Colors of #878eef

#878eef #b487ef #87c2ef

Monochromatic Colors of #878eef

#878eef

Complementary Color

#878eef #efe887

#878eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#878eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#878eef Color CSS Codes

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

#878eef Text Font Color

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

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


#878eef Background Color

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

This div background color is #878eef


#878eef Border Color

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

This div border color is #878eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #878eef


Comments

No comments written yet.

Please login to write comment.