Color Hex Logo

#875ada Color Hex

#875ADA
(135,90,218)
0 Favorites   0 Comments

Color spaces of #875ada

RGB 13590218
HSL0.730.630.60
HSV261°59°85°
CMYK 0.380.590.00   0.15
XYZ26.302717.525268.3261
Yxy17.52520.23450.1563
Hunter Lab41.863138.8916-67.4649
CIE-Lab48.915146.0233-59.3044

#875ada color RGB value is (135,90,218).

#875ada hex color red value is 135, green value is 90 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #875ada hue: 0.73 , saturation: 0.63 and the lightness value of 875ada is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 01011010 11011010
Octal 207 132 332
Decimal 135 90 218
Hex 87 5A DA

RGB Percentages of Color #875ada

%30.47
%20.32
%49.21

CMYK Percentages of Color #875ada

%38
%59
%0
%15

Triadic Colors of #875ada

#875ada #da875a #5ada87

Analogous Colors of #875ada

#875ada #c75ada #5a6dda

Monochromatic Colors of #875ada

#875ada

Complementary Color

#875ada #adda5a

#875ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#875ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#875ada Color CSS Codes

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

#875ada Text Font Color

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

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


#875ada Background Color

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

This div background color is #875ada


#875ada Border Color

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

This div border color is #875ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #875ada


Comments

No comments written yet.

Please login to write comment.