Color Hex Logo

#875add Color Hex

#875ADD
(135,90,221)
0 Favorites   0 Comments

Color spaces of #875add

RGB 13590221
HSL0.720.660.61
HSV261°59°87°
CMYK 0.390.590.00   0.13
XYZ26.699017.683770.4127
Yxy17.68370.23260.1540
Hunter Lab42.052039.7395-69.8400
CIE-Lab49.110246.8105-60.6936

#875add color RGB value is (135,90,221).

#875add hex color red value is 135, green value is 90 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #875add hue: 0.72 , saturation: 0.66 and the lightness value of 875add is 0.61.

The process color (four color CMYK) of #875add color hex is 0.39, 0.59, 0.00, 0.13. Web safe color of #875add is #9966cc. Color #875add contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01011010 11011101
Octal 207 132 335
Decimal 135 90 221
Hex 87 5A DD

RGB Percentages of Color #875add

%30.27
%20.18
%49.55

CMYK Percentages of Color #875add

%39
%59
%0
%13

Triadic Colors of #875add

#875add #dd875a #5add87

Analogous Colors of #875add

#875add #c95add #5a6fdd

Monochromatic Colors of #875add

#875add

Complementary Color

#875add #b0dd5a

#875add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#875add Color Preview on White Background

Lorem ipsum dolor sit amet.

#875add Color CSS Codes

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

#875add Text Font Color

<p style="color:#875add">Text here</p>

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


#875add Background Color

<div style="background-color:#875add">
Div content here</div>

This div background color is #875add


#875add Border Color

<div style="border:3px solid #875add">
Div here</div>

This div border color is #875add


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(135,90,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 #875add">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #875add


Comments

No comments written yet.

Please login to write comment.