Color Hex Logo

#878adf Color Hex

#878ADF
(135,138,223)
0 Favorites   0 Comments

Color spaces of #878adf

RGB 135138223
HSL0.660.580.70
HSV238°39°87°
CMYK 0.390.380.00   0.13
XYZ32.399428.655673.6355
Yxy28.65560.24050.2128
Hunter Lab53.530914.3574-44.0859
CIE-Lab60.476519.6367-43.6960

#878adf color RGB value is (135,138,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 10001010 11011111
Octal 207 212 337
Decimal 135 138 223
Hex 87 8A DF

RGB Percentages of Color #878adf

%27.22
%27.82
%44.96

CMYK Percentages of Color #878adf

%39
%38
%0
%13

Triadic Colors of #878adf

#878adf #df878a #8adf87

Analogous Colors of #878adf

#878adf #b087df #87b6df

Monochromatic Colors of #878adf

#878adf

Complementary Color

#878adf #dfdc87

#878adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#878adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#878adf Color CSS Codes

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

#878adf Text Font Color

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

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


#878adf Background Color

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

This div background color is #878adf


#878adf Border Color

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

This div border color is #878adf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #878adf


Comments

No comments written yet.

Please login to write comment.