Color Hex Logo

#878afc Color Hex

#878AFC
(135,138,252)
0 Favorites   0 Comments

Color spaces of #878afc

RGB 135138252
HSL0.660.950.76
HSV238°46°99°
CMYK 0.460.450.00   0.01
XYZ36.650830.356196.0231
Yxy30.35610.22480.1862
Hunter Lab55.096422.3218-64.7644
CIE-Lab61.960327.8948-57.3798

#878afc color RGB value is (135,138,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 10001010 11111100
Octal 207 212 374
Decimal 135 138 252
Hex 87 8A FC

RGB Percentages of Color #878afc

%25.71
%26.29
%48.00

CMYK Percentages of Color #878afc

%46
%45
%0
%1

Triadic Colors of #878afc

#878afc #fc878a #8afc87

Analogous Colors of #878afc

#878afc #bf87fc #87c5fc

Monochromatic Colors of #878afc

#878afc

Complementary Color

#878afc #fcf987

#878afc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#878afc Color Preview on White Background

Lorem ipsum dolor sit amet.

#878afc Color CSS Codes

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

#878afc Text Font Color

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

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


#878afc Background Color

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

This div background color is #878afc


#878afc Border Color

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

This div border color is #878afc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #878afc


Comments

No comments written yet.

Please login to write comment.