Color Hex Logo

#877ada Color Hex

#877ADA
(135,122,218)
0 Favorites   0 Comments

Color spaces of #877ada

RGB 135122218
HSL0.690.560.67
HSV248°44°85°
CMYK 0.380.440.00   0.15
XYZ29.606124.131969.4272
Yxy24.13190.24040.1959
Hunter Lab49.124221.6106-49.4075
CIE-Lab56.219627.6445-47.6253

#877ada color RGB value is (135,122,218).

#877ada hex color red value is 135, green value is 122 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #877ada hue: 0.69 , saturation: 0.56 and the lightness value of 877ada is 0.67.

The process color (four color CMYK) of #877ada color hex is 0.38, 0.44, 0.00, 0.15. Web safe color of #877ada is #9966cc. Color #877ada contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01111010 11011010
Octal 207 172 332
Decimal 135 122 218
Hex 87 7A DA

RGB Percentages of Color #877ada

%28.42
%25.68
%45.89

CMYK Percentages of Color #877ada

%38
%44
%0
%15

Triadic Colors of #877ada

#877ada #da877a #7ada87

Analogous Colors of #877ada

#877ada #b77ada #7a9dda

Monochromatic Colors of #877ada

#877ada

Complementary Color

#877ada #cdda7a

#877ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#877ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#877ada Color CSS Codes

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

#877ada Text Font Color

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

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


#877ada Background Color

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

This div background color is #877ada


#877ada Border Color

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

This div border color is #877ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #877ada


Comments

No comments written yet.

Please login to write comment.