Color Hex Logo

#ab305b Color Hex

#AB305B
(171,48,91)
0 Favorites   0 Comments

Color spaces of #ab305b

RGB 1714891
HSL0.940.560.43
HSV339°72°67°
CMYK 0.000.720.47   0.33
XYZ19.739911.527211.0821
Yxy11.52720.46610.2722
Hunter Lab33.951744.36634.4135
CIE-Lab40.454652.76153.9562

#ab305b color RGB value is (171,48,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00110000 01011011
Octal 253 60 133
Decimal 171 48 91
Hex AB 30 5B

RGB Percentages of Color #ab305b

%55.16
%15.48
%29.35

CMYK Percentages of Color #ab305b

%0
%72
%47
%33

Triadic Colors of #ab305b

#ab305b #5bab30 #305bab

Analogous Colors of #ab305b

#ab305b #ab4230 #ab3099

Monochromatic Colors of #ab305b

#ab305b

Complementary Color

#ab305b #30ab80

#ab305b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab305b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab305b Color CSS Codes

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

#ab305b Text Font Color

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

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


#ab305b Background Color

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

This div background color is #ab305b


#ab305b Border Color

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

This div border color is #ab305b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab305b


Comments

No comments written yet.

Please login to write comment.