Color Hex Logo

#ab038f Color Hex

#AB038F
(171,3,143)
0 Favorites   0 Comments

Color spaces of #ab038f

RGB 1713143
HSL0.860.970.34
HSV310°98°67°
CMYK 0.000.980.16   0.33
XYZ21.785110.706226.9049
Yxy10.70620.36680.1803
Hunter Lab32.720361.5842-25.8481
CIE-Lab39.081268.5734-30.5354

#ab038f color RGB value is (171,3,143).

#ab038f hex color red value is 171, green value is 3 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #ab038f hue: 0.86 , saturation: 0.97 and the lightness value of ab038f is 0.34.

The process color (four color CMYK) of #ab038f color hex is 0.00, 0.98, 0.16, 0.33. Web safe color of #ab038f is #990099. Color #ab038f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00000011 10001111
Octal 253 3 217
Decimal 171 3 143
Hex AB 3 8F

RGB Percentages of Color #ab038f

%53.94
%0.95
%45.11

CMYK Percentages of Color #ab038f

%0
%98
%16
%33

Triadic Colors of #ab038f

#ab038f #8fab03 #038fab

Analogous Colors of #ab038f

#ab038f #ab033b #7303ab

Monochromatic Colors of #ab038f

#ab038f

Complementary Color

#ab038f #03ab1f

#ab038f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab038f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab038f Color CSS Codes

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

#ab038f Text Font Color

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

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


#ab038f Background Color

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

This div background color is #ab038f


#ab038f Border Color

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

This div border color is #ab038f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,3,143, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab038f


Comments

No comments written yet.

Please login to write comment.