Color Hex Logo

#ab37dc Color Hex

#AB37DC
(171,55,220)
0 Favorites   0 Comments

Color spaces of #ab37dc

RGB 17155220
HSL0.780.700.54
HSV282°75°86°
CMYK 0.220.750.00   0.14
XYZ31.079016.557669.2680
Yxy16.55760.26580.1416
Hunter Lab40.691065.1254-72.4451
CIE-Lab47.697769.9068-62.1866

#ab37dc color RGB value is (171,55,220).

#ab37dc hex color red value is 171, green value is 55 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ab37dc hue: 0.78 , saturation: 0.70 and the lightness value of ab37dc is 0.54.

The process color (four color CMYK) of #ab37dc color hex is 0.22, 0.75, 0.00, 0.14. Web safe color of #ab37dc is #9933cc. Color #ab37dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00110111 11011100
Octal 253 67 334
Decimal 171 55 220
Hex AB 37 DC

RGB Percentages of Color #ab37dc

%38.34
%12.33
%49.33

CMYK Percentages of Color #ab37dc

%22
%75
%0
%14

Triadic Colors of #ab37dc

#ab37dc #dcab37 #37dcab

Analogous Colors of #ab37dc

#ab37dc #dc37bb #5937dc

Monochromatic Colors of #ab37dc

#ab37dc

Complementary Color

#ab37dc #68dc37

#ab37dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab37dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab37dc Color CSS Codes

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

#ab37dc Text Font Color

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

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


#ab37dc Background Color

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

This div background color is #ab37dc


#ab37dc Border Color

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

This div border color is #ab37dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab37dc


Comments

No comments written yet.

Please login to write comment.