Color Hex Logo

#ab34af Color Hex

#AB34AF
(171,52,175)
0 Favorites   0 Comments

Color spaces of #ab34af

RGB 17152175
HSL0.830.540.45
HSV298°70°69°
CMYK 0.020.700.00   0.31
XYZ25.760414.209141.9423
Yxy14.20910.31450.1735
Hunter Lab37.695056.0191-39.5841
CIE-Lab44.531362.6639-41.1572

#ab34af color RGB value is (171,52,175).

#ab34af hex color red value is 171, green value is 52 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #ab34af hue: 0.83 , saturation: 0.54 and the lightness value of ab34af is 0.45.

The process color (four color CMYK) of #ab34af color hex is 0.02, 0.70, 0.00, 0.31. Web safe color of #ab34af is #993399. Color #ab34af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00110100 10101111
Octal 253 64 257
Decimal 171 52 175
Hex AB 34 AF

RGB Percentages of Color #ab34af

%42.96
%13.07
%43.97

CMYK Percentages of Color #ab34af

%2
%70
%0
%31

Triadic Colors of #ab34af

#ab34af #afab34 #34afab

Analogous Colors of #ab34af

#ab34af #af3476 #6e34af

Monochromatic Colors of #ab34af

#ab34af

Complementary Color

#ab34af #38af34

#ab34af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab34af Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab34af Color CSS Codes

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

#ab34af Text Font Color

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

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


#ab34af Background Color

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

This div background color is #ab34af


#ab34af Border Color

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

This div border color is #ab34af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab34af


Comments

No comments written yet.

Please login to write comment.