Color Hex Logo

#ab0d50 Color Hex

#AB0D50
(171,13,80)
0 Favorites   0 Comments

Color spaces of #ab0d50

RGB 1711380
HSL0.930.860.36
HSV335°92°67°
CMYK 0.000.920.53   0.33
XYZ18.38659.52508.4588
Yxy9.52500.50550.2619
Hunter Lab30.862652.33245.3537
CIE-Lab36.976160.82735.9993

#ab0d50 color RGB value is (171,13,80).

#ab0d50 hex color red value is 171, green value is 13 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #ab0d50 hue: 0.93 , saturation: 0.86 and the lightness value of ab0d50 is 0.36.

The process color (four color CMYK) of #ab0d50 color hex is 0.00, 0.92, 0.53, 0.33. Web safe color of #ab0d50 is #990066. Color #ab0d50 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00001101 01010000
Octal 253 15 120
Decimal 171 13 80
Hex AB D 50

RGB Percentages of Color #ab0d50

%64.77
%4.92
%30.30

CMYK Percentages of Color #ab0d50

%0
%92
%53
%33

Triadic Colors of #ab0d50

#ab0d50 #50ab0d #0d50ab

Analogous Colors of #ab0d50

#ab0d50 #ab190d #ab0d9f

Monochromatic Colors of #ab0d50

#ab0d50

Complementary Color

#ab0d50 #0dab68

#ab0d50 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab0d50 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab0d50 Color CSS Codes

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

#ab0d50 Text Font Color

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

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


#ab0d50 Background Color

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

This div background color is #ab0d50


#ab0d50 Border Color

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

This div border color is #ab0d50


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab0d50


Comments

No comments written yet.

Please login to write comment.