Color Hex Logo

#878ffd Color Hex

#878FFD
(135,143,253)
0 Favorites   0 Comments

Color spaces of #878ffd

RGB 135143253
HSL0.660.970.76
HSV236°47°99°
CMYK 0.470.430.00   0.01
XYZ37.543831.887797.1047
Yxy31.88770.22540.1915
Hunter Lab56.469219.8554-62.4269
CIE-Lab63.250025.2678-55.8737

#878ffd color RGB value is (135,143,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 10001111 11111101
Octal 207 217 375
Decimal 135 143 253
Hex 87 8F FD

RGB Percentages of Color #878ffd

%25.42
%26.93
%47.65

CMYK Percentages of Color #878ffd

%47
%43
%0
%1

Triadic Colors of #878ffd

#878ffd #fd878f #8ffd87

Analogous Colors of #878ffd

#878ffd #ba87fd #87cafd

Monochromatic Colors of #878ffd

#878ffd

Complementary Color

#878ffd #fdf587

#878ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#878ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#878ffd Color CSS Codes

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

#878ffd Text Font Color

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

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


#878ffd Background Color

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

This div background color is #878ffd


#878ffd Border Color

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

This div border color is #878ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #878ffd


Comments

No comments written yet.

Please login to write comment.