Color Hex Logo

#ab4dea Color Hex

#AB4DEA
(171,77,234)
0 Favorites   0 Comments

Color spaces of #ab4dea

RGB 17177234
HSL0.770.790.61
HSV276°67°92°
CMYK 0.270.670.00   0.08
XYZ34.299719.906279.8764
Yxy19.90620.25580.1485
Hunter Lab44.616459.1467-74.9151
CIE-Lab51.731064.0320-63.6001

#ab4dea color RGB value is (171,77,234).

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

The process color (four color CMYK) of #ab4dea color hex is 0.27, 0.67, 0.00, 0.08. Web safe color of #ab4dea is #9966ff. Color #ab4dea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01001101 11101010
Octal 253 115 352
Decimal 171 77 234
Hex AB 4D EA

RGB Percentages of Color #ab4dea

%35.48
%15.98
%48.55

CMYK Percentages of Color #ab4dea

%27
%67
%0
%8

Triadic Colors of #ab4dea

#ab4dea #eaab4d #4deaab

Analogous Colors of #ab4dea

#ab4dea #ea4ddb #5d4dea

Monochromatic Colors of #ab4dea

#ab4dea

Complementary Color

#ab4dea #8cea4d

#ab4dea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab4dea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab4dea Color CSS Codes

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

#ab4dea Text Font Color

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

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


#ab4dea Background Color

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

This div background color is #ab4dea


#ab4dea Border Color

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

This div border color is #ab4dea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab4dea


Comments

No comments written yet.

Please login to write comment.