Color Hex Logo

#ab304d Color Hex

#AB304D
(171,48,77)
0 Favorites   0 Comments

Color spaces of #ab304d

RGB 1714877
HSL0.960.560.43
HSV346°72°67°
CMYK 0.000.720.55   0.33
XYZ19.191111.30778.1923
Yxy11.30770.49600.2923
Hunter Lab33.626943.02409.0944
CIE-Lab40.094051.546212.2808

#ab304d color RGB value is (171,48,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00110000 01001101
Octal 253 60 115
Decimal 171 48 77
Hex AB 30 4D

RGB Percentages of Color #ab304d

%57.77
%16.22
%26.01

CMYK Percentages of Color #ab304d

%0
%72
%55
%33

Triadic Colors of #ab304d

#ab304d #4dab30 #304dab

Analogous Colors of #ab304d

#ab304d #ab5130 #ab308b

Monochromatic Colors of #ab304d

#ab304d

Complementary Color

#ab304d #30ab8e

#ab304d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab304d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab304d Color CSS Codes

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

#ab304d Text Font Color

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

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


#ab304d Background Color

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

This div background color is #ab304d


#ab304d Border Color

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

This div border color is #ab304d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab304d


Comments

No comments written yet.

Please login to write comment.