Color Hex Logo

#ab38ae Color Hex

#AB38AE
(171,56,174)
0 Favorites   0 Comments

Color spaces of #ab38ae

RGB 17156174
HSL0.830.510.45
HSV298°68°68°
CMYK 0.020.680.00   0.32
XYZ25.848714.542341.4890
Yxy14.54230.31570.1776
Hunter Lab38.134454.2579-37.8116
CIE-Lab45.000861.0095-39.8216

#ab38ae color RGB value is (171,56,174).

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

The process color (four color CMYK) of #ab38ae color hex is 0.02, 0.68, 0.00, 0.32. Web safe color of #ab38ae is #993399. Color #ab38ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00111000 10101110
Octal 253 70 256
Decimal 171 56 174
Hex AB 38 AE

RGB Percentages of Color #ab38ae

%42.64
%13.97
%43.39

CMYK Percentages of Color #ab38ae

%2
%68
%0
%32

Triadic Colors of #ab38ae

#ab38ae #aeab38 #38aeab

Analogous Colors of #ab38ae

#ab38ae #ae3876 #7038ae

Monochromatic Colors of #ab38ae

#ab38ae

Complementary Color

#ab38ae #3bae38

#ab38ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab38ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab38ae Color CSS Codes

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

#ab38ae Text Font Color

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

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


#ab38ae Background Color

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

This div background color is #ab38ae


#ab38ae Border Color

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

This div border color is #ab38ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab38ae


Comments

No comments written yet.

Please login to write comment.