Color Hex Logo

#878bdf Color Hex

#878BDF
(135,139,223)
0 Favorites   0 Comments

Color spaces of #878bdf

RGB 135139223
HSL0.660.580.70
HSV237°39°87°
CMYK 0.390.380.00   0.13
XYZ32.543628.943873.6835
Yxy28.94380.24080.2141
Hunter Lab53.799413.8267-43.5437
CIE-Lab60.732019.0527-43.2936

#878bdf color RGB value is (135,139,223).

#878bdf hex color red value is 135, green value is 139 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #878bdf hue: 0.66 , saturation: 0.58 and the lightness value of 878bdf is 0.70.

The process color (four color CMYK) of #878bdf color hex is 0.39, 0.38, 0.00, 0.13. Web safe color of #878bdf is #9999cc. Color #878bdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 10001011 11011111
Octal 207 213 337
Decimal 135 139 223
Hex 87 8B DF

RGB Percentages of Color #878bdf

%27.16
%27.97
%44.87

CMYK Percentages of Color #878bdf

%39
%38
%0
%13

Triadic Colors of #878bdf

#878bdf #df878b #8bdf87

Analogous Colors of #878bdf

#878bdf #af87df #87b7df

Monochromatic Colors of #878bdf

#878bdf

Complementary Color

#878bdf #dfdb87

#878bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#878bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#878bdf Color CSS Codes

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

#878bdf Text Font Color

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

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


#878bdf Background Color

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

This div background color is #878bdf


#878bdf Border Color

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

This div border color is #878bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #878bdf


Comments

No comments written yet.

Please login to write comment.