Color Hex Logo

#877af5 Color Hex

#877AF5
(135,122,245)
0 Favorites   0 Comments

Color spaces of #877af5

RGB 135122245
HSL0.680.860.72
HSV246°50°96°
CMYK 0.450.500.00   0.04
XYZ33.432625.662589.5775
Yxy25.66250.22490.1726
Hunter Lab50.658229.1519-69.3802
CIE-Lab57.715335.2122-60.3075

#877af5 color RGB value is (135,122,245).

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

The process color (four color CMYK) of #877af5 color hex is 0.45, 0.50, 0.00, 0.04. Web safe color of #877af5 is #9966ff. Color #877af5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01111010 11110101
Octal 207 172 365
Decimal 135 122 245
Hex 87 7A F5

RGB Percentages of Color #877af5

%26.89
%24.30
%48.80

CMYK Percentages of Color #877af5

%45
%50
%0
%4

Triadic Colors of #877af5

#877af5 #f5877a #7af587

Analogous Colors of #877af5

#877af5 #c57af5 #7aabf5

Monochromatic Colors of #877af5

#877af5

Complementary Color

#877af5 #e8f57a

#877af5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#877af5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#877af5 Color CSS Codes

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

#877af5 Text Font Color

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

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


#877af5 Background Color

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

This div background color is #877af5


#877af5 Border Color

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

This div border color is #877af5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #877af5


Comments

No comments written yet.

Please login to write comment.