Color Hex Logo

#877afa Color Hex

#877AFA
(135,122,250)
0 Favorites   0 Comments

Color spaces of #877afa

RGB 135122250
HSL0.680.930.73
HSV246°51°98°
CMYK 0.460.510.00   0.02
XYZ34.206525.972193.6527
Yxy25.97210.22240.1688
Hunter Lab50.962830.6251-73.2813
CIE-Lab58.010636.6422-62.5983

#877afa color RGB value is (135,122,250).

#877afa hex color red value is 135, green value is 122 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #877afa hue: 0.68 , saturation: 0.93 and the lightness value of 877afa is 0.73.

The process color (four color CMYK) of #877afa color hex is 0.46, 0.51, 0.00, 0.02. Web safe color of #877afa is #9966ff. Color #877afa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01111010 11111010
Octal 207 172 372
Decimal 135 122 250
Hex 87 7A FA

RGB Percentages of Color #877afa

%26.63
%24.06
%49.31

CMYK Percentages of Color #877afa

%46
%51
%0
%2

Triadic Colors of #877afa

#877afa #fa877a #7afa87

Analogous Colors of #877afa

#877afa #c77afa #7aadfa

Monochromatic Colors of #877afa

#877afa

Complementary Color

#877afa #edfa7a

#877afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#877afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#877afa Color CSS Codes

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

#877afa Text Font Color

<p style="color:#877afa">Text here</p>

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


#877afa Background Color

<div style="background-color:#877afa">
Div content here</div>

This div background color is #877afa


#877afa Border Color

<div style="border:3px solid #877afa">
Div here</div>

This div border color is #877afa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,122,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #877afa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #877afa;
  -webkit-box-shadow: 1px 1px 3px 2px #877afa;
  box-shadow:         1px 1px 3px 2px #877afa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #877afa

Related Colors


Comments

No comments written yet.

Please login to write comment.