Color Hex Logo

#ab24ef Color Hex

#AB24EF
(171,36,239)
0 Favorites   0 Comments

Color spaces of #ab24ef

RGB 17136239
HSL0.780.860.54
HSV280°85°94°
CMYK 0.280.850.00   0.06
XYZ33.005516.151783.0394
Yxy16.15170.24970.1222
Hunter Lab40.189276.2627-94.3733
CIE-Lab47.172979.1442-73.8091

#ab24ef color RGB value is (171,36,239).

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

The process color (four color CMYK) of #ab24ef color hex is 0.28, 0.85, 0.00, 0.06. Web safe color of #ab24ef is #9933ff. Color #ab24ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00100100 11101111
Octal 253 44 357
Decimal 171 36 239
Hex AB 24 EF

RGB Percentages of Color #ab24ef

%38.34
%8.07
%53.59

CMYK Percentages of Color #ab24ef

%28
%85
%0
%6

Triadic Colors of #ab24ef

#ab24ef #efab24 #24efab

Analogous Colors of #ab24ef

#ab24ef #ef24ce #4624ef

Monochromatic Colors of #ab24ef

#ab24ef

Complementary Color

#ab24ef #68ef24

#ab24ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab24ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab24ef Color CSS Codes

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

#ab24ef Text Font Color

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

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


#ab24ef Background Color

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

This div background color is #ab24ef


#ab24ef Border Color

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

This div border color is #ab24ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab24ef


Comments

No comments written yet.

Please login to write comment.