Color Hex Logo

#8738aa Color Hex

#8738AA
(135,56,170)
0 Favorites   0 Comments

Color spaces of #8738aa

RGB 13556170
HSL0.780.500.44
HSV282°67°67°
CMYK 0.210.670.00   0.33
XYZ18.661510.881539.1470
Yxy10.88150.27170.1584
Hunter Lab32.987143.2537-47.2706
CIE-Lab39.380251.8994-46.7311

#8738aa color RGB value is (135,56,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 00111000 10101010
Octal 207 70 252
Decimal 135 56 170
Hex 87 38 AA

RGB Percentages of Color #8738aa

%37.40
%15.51
%47.09

CMYK Percentages of Color #8738aa

%21
%67
%0
%33

Triadic Colors of #8738aa

#8738aa #aa8738 #38aa87

Analogous Colors of #8738aa

#8738aa #aa3894 #4e38aa

Monochromatic Colors of #8738aa

#8738aa

Complementary Color

#8738aa #5baa38

#8738aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8738aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#8738aa Color CSS Codes

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

#8738aa Text Font Color

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

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


#8738aa Background Color

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

This div background color is #8738aa


#8738aa Border Color

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

This div border color is #8738aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8738aa


Comments

No comments written yet.

Please login to write comment.