Color Hex Logo

#a0188d Color Hex

#A0188D
(160,24,141)
0 Favorites   0 Comments

Color spaces of #a0188d

RGB 16024141
HSL0.860.740.36
HSV308°85°63°
CMYK 0.000.850.12   0.37
XYZ19.631610.049926.1044
Yxy10.04990.35190.1802
Hunter Lab31.701655.0606-26.6308
CIE-Lab37.931863.0930-31.2597

#a0188d color RGB value is (160,24,141).

#a0188d hex color red value is 160, green value is 24 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #a0188d hue: 0.86 , saturation: 0.74 and the lightness value of a0188d is 0.36.

The process color (four color CMYK) of #a0188d color hex is 0.00, 0.85, 0.12, 0.37. Web safe color of #a0188d is #990099. Color #a0188d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00011000 10001101
Octal 240 30 215
Decimal 160 24 141
Hex A0 18 8D

RGB Percentages of Color #a0188d

%49.23
%7.38
%43.38

CMYK Percentages of Color #a0188d

%0
%85
%12
%37

Triadic Colors of #a0188d

#a0188d #8da018 #188da0

Analogous Colors of #a0188d

#a0188d #a01849 #6f18a0

Monochromatic Colors of #a0188d

#a0188d

Complementary Color

#a0188d #18a02b

#a0188d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0188d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0188d Color CSS Codes

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

#a0188d Text Font Color

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

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


#a0188d Background Color

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

This div background color is #a0188d


#a0188d Border Color

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

This div border color is #a0188d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0188d


Comments

No comments written yet.

Please login to write comment.