Color Hex Logo

#ab305a Color Hex

#AB305A
(171,48,90)
0 Favorites   0 Comments

Color spaces of #ab305a

RGB 1714890
HSL0.940.560.43
HSV340°72°67°
CMYK 0.000.720.47   0.33
XYZ19.697011.510010.8564
Yxy11.51000.46830.2736
Hunter Lab33.926444.26244.7758
CIE-Lab40.426552.66804.5460

#ab305a color RGB value is (171,48,90).

#ab305a hex color red value is 171, green value is 48 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #ab305a hue: 0.94 , saturation: 0.56 and the lightness value of ab305a is 0.43.

The process color (four color CMYK) of #ab305a color hex is 0.00, 0.72, 0.47, 0.33. Web safe color of #ab305a is #993366. Color #ab305a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00110000 01011010
Octal 253 60 132
Decimal 171 48 90
Hex AB 30 5A

RGB Percentages of Color #ab305a

%55.34
%15.53
%29.13

CMYK Percentages of Color #ab305a

%0
%72
%47
%33

Triadic Colors of #ab305a

#ab305a #5aab30 #305aab

Analogous Colors of #ab305a

#ab305a #ab4430 #ab3098

Monochromatic Colors of #ab305a

#ab305a

Complementary Color

#ab305a #30ab81

#ab305a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab305a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab305a Color CSS Codes

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

#ab305a Text Font Color

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

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


#ab305a Background Color

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

This div background color is #ab305a


#ab305a Border Color

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

This div border color is #ab305a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab305a


Comments

No comments written yet.

Please login to write comment.