Color Hex Logo

#ab034d Color Hex

#AB034D
(171,3,77)
0 Favorites   0 Comments

Color spaces of #ab034d

RGB 171377
HSL0.930.970.34
HSV334°98°67°
CMYK 0.000.980.55   0.33
XYZ18.16679.25897.8508
Yxy9.25890.51500.2625
Hunter Lab30.428453.32016.0026
CIE-Lab36.478161.81707.2364

#ab034d color RGB value is (171,3,77).

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

The process color (four color CMYK) of #ab034d color hex is 0.00, 0.98, 0.55, 0.33. Web safe color of #ab034d is #990066. Color #ab034d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00000011 01001101
Octal 253 3 115
Decimal 171 3 77
Hex AB 3 4D

RGB Percentages of Color #ab034d

%68.13
%1.20
%30.68

CMYK Percentages of Color #ab034d

%0
%98
%55
%33

Triadic Colors of #ab034d

#ab034d #4dab03 #034dab

Analogous Colors of #ab034d

#ab034d #ab0d03 #ab03a1

Monochromatic Colors of #ab034d

#ab034d

Complementary Color

#ab034d #03ab61

#ab034d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab034d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab034d Color CSS Codes

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

#ab034d Text Font Color

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

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


#ab034d Background Color

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

This div background color is #ab034d


#ab034d Border Color

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

This div border color is #ab034d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab034d


Comments

No comments written yet.

Please login to write comment.