Color Hex Logo

#878efd Color Hex

#878EFD
(135,142,253)
0 Favorites   0 Comments

Color spaces of #878efd

RGB 135142253
HSL0.660.970.76
HSV236°47°99°
CMYK 0.470.440.00   0.01
XYZ37.394331.588797.0549
Yxy31.58870.22520.1902
Hunter Lab56.203820.4054-63.0415
CIE-Lab63.001525.8512-56.2692

#878efd color RGB value is (135,142,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 10001110 11111101
Octal 207 216 375
Decimal 135 142 253
Hex 87 8E FD

RGB Percentages of Color #878efd

%25.47
%26.79
%47.74

CMYK Percentages of Color #878efd

%47
%44
%0
%1

Triadic Colors of #878efd

#878efd #fd878e #8efd87

Analogous Colors of #878efd

#878efd #bb87fd #87c9fd

Monochromatic Colors of #878efd

#878efd

Complementary Color

#878efd #fdf687

#878efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#878efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#878efd Color CSS Codes

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

#878efd Text Font Color

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

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


#878efd Background Color

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

This div background color is #878efd


#878efd Border Color

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

This div border color is #878efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #878efd


Comments

No comments written yet.

Please login to write comment.