Color Hex Logo

#ab385b Color Hex

#AB385B
(171,56,91)
0 Favorites   0 Comments

Color spaces of #ab385b

RGB 1715691
HSL0.950.510.45
HSV342°67°67°
CMYK 0.000.670.47   0.33
XYZ20.097112.241611.2012
Yxy12.24160.46160.2812
Hunter Lab34.988041.30145.5103
CIE-Lab41.597649.61035.5935

#ab385b color RGB value is (171,56,91).

#ab385b hex color red value is 171, green value is 56 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #ab385b hue: 0.95 , saturation: 0.51 and the lightness value of ab385b is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00111000 01011011
Octal 253 70 133
Decimal 171 56 91
Hex AB 38 5B

RGB Percentages of Color #ab385b

%53.77
%17.61
%28.62

CMYK Percentages of Color #ab385b

%0
%67
%47
%33

Triadic Colors of #ab385b

#ab385b #5bab38 #385bab

Analogous Colors of #ab385b

#ab385b #ab4e38 #ab3895

Monochromatic Colors of #ab385b

#ab385b

Complementary Color

#ab385b #38ab88

#ab385b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab385b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab385b Color CSS Codes

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

#ab385b Text Font Color

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

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


#ab385b Background Color

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

This div background color is #ab385b


#ab385b Border Color

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

This div border color is #ab385b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab385b


Comments

No comments written yet.

Please login to write comment.