Color Hex Logo

#8575da Color Hex

#8575DA
(133,117,218)
0 Favorites   0 Comments

Color spaces of #8575da

RGB 133117218
HSL0.690.580.66
HSV250°46°85°
CMYK 0.390.460.00   0.15
XYZ28.689022.771169.2128
Yxy22.77110.23770.1887
Hunter Lab47.719123.8069-52.5922
CIE-Lab54.835830.0728-49.8338

#8575da color RGB value is (133,117,218).

#8575da hex color red value is 133, green value is 117 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #8575da hue: 0.69 , saturation: 0.58 and the lightness value of 8575da is 0.66.

The process color (four color CMYK) of #8575da color hex is 0.39, 0.46, 0.00, 0.15. Web safe color of #8575da is #9966cc. Color #8575da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01110101 11011010
Octal 205 165 332
Decimal 133 117 218
Hex 85 75 DA

RGB Percentages of Color #8575da

%28.42
%25.00
%46.58

CMYK Percentages of Color #8575da

%39
%46
%0
%15

Triadic Colors of #8575da

#8575da #da8575 #75da85

Analogous Colors of #8575da

#8575da #b875da #7598da

Monochromatic Colors of #8575da

#8575da

Complementary Color

#8575da #cada75

#8575da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8575da Color Preview on White Background

Lorem ipsum dolor sit amet.

#8575da Color CSS Codes

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

#8575da Text Font Color

<p style="color:#8575da">Text here</p>

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


#8575da Background Color

<div style="background-color:#8575da">
Div content here</div>

This div background color is #8575da


#8575da Border Color

<div style="border:3px solid #8575da">
Div here</div>

This div border color is #8575da


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,117,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8575da; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8575da;
  -webkit-box-shadow: 1px 1px 3px 2px #8575da;
  box-shadow:         1px 1px 3px 2px #8575da; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,117,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 #8575da">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8575da


Comments

No comments written yet.

Please login to write comment.