Color Hex Logo

#878fdd Color Hex

#878FDD
(135,143,221)
0 Favorites   0 Comments

Color spaces of #878fdd

RGB 135143221
HSL0.650.560.70
HSV234°39°87°
CMYK 0.390.350.00   0.13
XYZ32.865330.016372.4681
Yxy30.01630.24280.2218
Hunter Lab54.787111.1998-40.0731
CIE-Lab61.668316.1658-40.7085

#878fdd color RGB value is (135,143,221).

#878fdd hex color red value is 135, green value is 143 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #878fdd hue: 0.65 , saturation: 0.56 and the lightness value of 878fdd is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 10001111 11011101
Octal 207 217 335
Decimal 135 143 221
Hex 87 8F DD

RGB Percentages of Color #878fdd

%27.05
%28.66
%44.29

CMYK Percentages of Color #878fdd

%39
%35
%0
%13

Triadic Colors of #878fdd

#878fdd #dd878f #8fdd87

Analogous Colors of #878fdd

#878fdd #aa87dd #87badd

Monochromatic Colors of #878fdd

#878fdd

Complementary Color

#878fdd #ddd587

#878fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#878fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#878fdd Color CSS Codes

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

#878fdd Text Font Color

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

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


#878fdd Background Color

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

This div background color is #878fdd


#878fdd Border Color

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

This div border color is #878fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #878fdd


Comments

No comments written yet.

Please login to write comment.