Color Hex Logo

#a118b7 Color Hex

#A118B7
(161,24,183)
0 Favorites   0 Comments

Color spaces of #a118b7

RGB 16124183
HSL0.810.770.41
HSV292°87°72°
CMYK 0.120.870.00   0.28
XYZ23.571811.649245.8059
Yxy11.64920.29090.1438
Hunter Lab34.130963.5481-55.6794
CIE-Lab40.653169.9445-52.1816

#a118b7 color RGB value is (161,24,183).

#a118b7 hex color red value is 161, green value is 24 and the blue value of its RGB is 183. Cylindrical-coordinate representations (also known as HSL) of color #a118b7 hue: 0.81 , saturation: 0.77 and the lightness value of a118b7 is 0.41.

The process color (four color CMYK) of #a118b7 color hex is 0.12, 0.87, 0.00, 0.28. Web safe color of #a118b7 is #9900cc. Color #a118b7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 00011000 10110111
Octal 241 30 267
Decimal 161 24 183
Hex A1 18 B7

RGB Percentages of Color #a118b7

%43.75
%6.52
%49.73

CMYK Percentages of Color #a118b7

%12
%87
%0
%28

Triadic Colors of #a118b7

#a118b7 #b7a118 #18b7a1

Analogous Colors of #a118b7

#a118b7 #b7187e #5218b7

Monochromatic Colors of #a118b7

#a118b7

Complementary Color

#a118b7 #2eb718

#a118b7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a118b7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a118b7 Color CSS Codes

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

#a118b7 Text Font Color

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

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


#a118b7 Background Color

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

This div background color is #a118b7


#a118b7 Border Color

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

This div border color is #a118b7


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(161,24,183, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a118b7; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a118b7;
  -webkit-box-shadow: 1px 1px 3px 2px #a118b7;
  box-shadow:         1px 1px 3px 2px #a118b7; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161,24,183, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a118b7


Comments

No comments written yet.

Please login to write comment.