Color Hex Logo

#878eeb Color Hex

#878EEB
(135,142,235)
0 Favorites   0 Comments

Color spaces of #878eeb

RGB 135142235
HSL0.660.710.73
HSV236°43°92°
CMYK 0.430.400.00   0.08
XYZ34.660130.495182.6566
Yxy30.49510.23450.2063
Hunter Lab55.222415.3957-50.0894
CIE-Lab62.079120.6706-47.8275

#878eeb color RGB value is (135,142,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 10001110 11101011
Octal 207 216 353
Decimal 135 142 235
Hex 87 8E EB

RGB Percentages of Color #878eeb

%26.37
%27.73
%45.90

CMYK Percentages of Color #878eeb

%43
%40
%0
%8

Triadic Colors of #878eeb

#878eeb #eb878e #8eeb87

Analogous Colors of #878eeb

#878eeb #b287eb #87c0eb

Monochromatic Colors of #878eeb

#878eeb

Complementary Color

#878eeb #ebe487

#878eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#878eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#878eeb Color CSS Codes

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

#878eeb Text Font Color

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

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


#878eeb Background Color

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

This div background color is #878eeb


#878eeb Border Color

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

This div border color is #878eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #878eeb


Comments

No comments written yet.

Please login to write comment.