Color Hex Logo

#878cff Color Hex

#878CFF
(135,140,255)
1 Favorites   0 Comments

Color spaces of #878cff

RGB 135140255
HSL0.661.000.76
HSV238°47°100°
CMYK 0.470.450.00   0.00
XYZ37.419831.127198.6436
Yxy31.12710.22380.1862
Hunter Lab55.791722.0856-65.7747
CIE-Lab62.614827.6013-57.9804

#878cff color RGB value is (135,140,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 10001100 11111111
Octal 207 214 377
Decimal 135 140 255
Hex 87 8C FF

RGB Percentages of Color #878cff

%25.47
%26.42
%48.11

CMYK Percentages of Color #878cff

%47
%45
%0
%0

Triadic Colors of #878cff

#878cff #ff878c #8cff87

Analogous Colors of #878cff

#878cff #be87ff #87c8ff

Monochromatic Colors of #878cff

#878cff

Complementary Color

#878cff #fffa87

#878cff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#878cff Color Preview on White Background

Lorem ipsum dolor sit amet.

#878cff Color CSS Codes

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

#878cff Text Font Color

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

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


#878cff Background Color

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

This div background color is #878cff


#878cff Border Color

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

This div border color is #878cff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #878cff


Comments

No comments written yet.

Please login to write comment.