Color Hex Logo

#ab358d Color Hex

#AB358D
(171,53,141)
0 Favorites   0 Comments

Color spaces of #ab358d

RGB 17153141
HSL0.880.530.44
HSV315°69°67°
CMYK 0.000.690.18   0.33
XYZ22.875413.127226.5274
Yxy13.12720.36580.2099
Hunter Lab36.231549.2941-18.0480
CIE-Lab42.954356.9008-23.2678

#ab358d color RGB value is (171,53,141).

#ab358d hex color red value is 171, green value is 53 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #ab358d hue: 0.88 , saturation: 0.53 and the lightness value of ab358d is 0.44.

The process color (four color CMYK) of #ab358d color hex is 0.00, 0.69, 0.18, 0.33. Web safe color of #ab358d is #993399. Color #ab358d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00110101 10001101
Octal 253 65 215
Decimal 171 53 141
Hex AB 35 8D

RGB Percentages of Color #ab358d

%46.85
%14.52
%38.63

CMYK Percentages of Color #ab358d

%0
%69
%18
%33

Triadic Colors of #ab358d

#ab358d #8dab35 #358dab

Analogous Colors of #ab358d

#ab358d #ab3552 #8e35ab

Monochromatic Colors of #ab358d

#ab358d

Complementary Color

#ab358d #35ab53

#ab358d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab358d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab358d Color CSS Codes

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

#ab358d Text Font Color

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

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


#ab358d Background Color

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

This div background color is #ab358d


#ab358d Border Color

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

This div border color is #ab358d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,53,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 #ab358d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab358d


Comments

No comments written yet.

Please login to write comment.