Color Hex Logo

#ab4aec Color Hex

#AB4AEC
(171,74,236)
0 Favorites   0 Comments

Color spaces of #ab4aec

RGB 17174236
HSL0.770.810.61
HSV276°69°93°
CMYK 0.280.690.00   0.07
XYZ34.383719.611681.3301
Yxy19.61160.25410.1449
Hunter Lab44.285061.0920-77.8876
CIE-Lab51.395265.7697-65.2667

#ab4aec color RGB value is (171,74,236).

#ab4aec hex color red value is 171, green value is 74 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #ab4aec hue: 0.77 , saturation: 0.81 and the lightness value of ab4aec is 0.61.

The process color (four color CMYK) of #ab4aec color hex is 0.28, 0.69, 0.00, 0.07. Web safe color of #ab4aec is #9933ff. Color #ab4aec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01001010 11101100
Octal 253 112 354
Decimal 171 74 236
Hex AB 4A EC

RGB Percentages of Color #ab4aec

%35.55
%15.38
%49.06

CMYK Percentages of Color #ab4aec

%28
%69
%0
%7

Triadic Colors of #ab4aec

#ab4aec #ecab4a #4aecab

Analogous Colors of #ab4aec

#ab4aec #ec4adc #5a4aec

Monochromatic Colors of #ab4aec

#ab4aec

Complementary Color

#ab4aec #8bec4a

#ab4aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab4aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab4aec Color CSS Codes

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

#ab4aec Text Font Color

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

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


#ab4aec Background Color

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

This div background color is #ab4aec


#ab4aec Border Color

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

This div border color is #ab4aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab4aec


Comments

No comments written yet.

Please login to write comment.