Color Hex Logo

#ab37bf Color Hex

#AB37BF
(171,55,191)
0 Favorites   0 Comments

Color spaces of #ab37bf

RGB 17155191
HSL0.810.550.48
HSV291°71°75°
CMYK 0.100.710.00   0.25
XYZ27.564715.151950.7620
Yxy15.15190.29490.1621
Hunter Lab38.925458.2836-50.0713
CIE-Lab45.841564.4012-48.4568

#ab37bf color RGB value is (171,55,191).

#ab37bf hex color red value is 171, green value is 55 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #ab37bf hue: 0.81 , saturation: 0.55 and the lightness value of ab37bf is 0.48.

The process color (four color CMYK) of #ab37bf color hex is 0.10, 0.71, 0.00, 0.25. Web safe color of #ab37bf is #9933cc. Color #ab37bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00110111 10111111
Octal 253 67 277
Decimal 171 55 191
Hex AB 37 BF

RGB Percentages of Color #ab37bf

%41.01
%13.19
%45.80

CMYK Percentages of Color #ab37bf

%10
%71
%0
%25

Triadic Colors of #ab37bf

#ab37bf #bfab37 #37bfab

Analogous Colors of #ab37bf

#ab37bf #bf378f #6737bf

Monochromatic Colors of #ab37bf

#ab37bf

Complementary Color

#ab37bf #4bbf37

#ab37bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab37bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab37bf Color CSS Codes

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

#ab37bf Text Font Color

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

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


#ab37bf Background Color

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

This div background color is #ab37bf


#ab37bf Border Color

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

This div border color is #ab37bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab37bf


Comments

No comments written yet.

Please login to write comment.