Color Hex Logo

#8745aa Color Hex

#8745AA
(135,69,170)
0 Favorites   0 Comments

Color spaces of #8745aa

RGB 13569170
HSL0.780.420.47
HSV279°59°67°
CMYK 0.210.590.00   0.33
XYZ19.375512.309439.3850
Yxy12.30940.27260.1732
Hunter Lab35.084837.1780-41.9977
CIE-Lab41.703745.5441-43.0126

#8745aa color RGB value is (135,69,170).

#8745aa hex color red value is 135, green value is 69 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #8745aa hue: 0.78 , saturation: 0.42 and the lightness value of 8745aa is 0.47.

The process color (four color CMYK) of #8745aa color hex is 0.21, 0.59, 0.00, 0.33. Web safe color of #8745aa is #993399. Color #8745aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01000101 10101010
Octal 207 105 252
Decimal 135 69 170
Hex 87 45 AA

RGB Percentages of Color #8745aa

%36.10
%18.45
%45.45

CMYK Percentages of Color #8745aa

%21
%59
%0
%33

Triadic Colors of #8745aa

#8745aa #aa8745 #45aa87

Analogous Colors of #8745aa

#8745aa #aa459b #5545aa

Monochromatic Colors of #8745aa

#8745aa

Complementary Color

#8745aa #68aa45

#8745aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8745aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#8745aa Color CSS Codes

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

#8745aa Text Font Color

<p style="color:#8745aa">Text here</p>

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


#8745aa Background Color

<div style="background-color:#8745aa">
Div content here</div>

This div background color is #8745aa


#8745aa Border Color

<div style="border:3px solid #8745aa">
Div here</div>

This div border color is #8745aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,69,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8745aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8745aa;
  -webkit-box-shadow: 1px 1px 3px 2px #8745aa;
  box-shadow:         1px 1px 3px 2px #8745aa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8745aa


Comments

No comments written yet.

Please login to write comment.