Color Hex Logo

#ab41ef Color Hex

#AB41EF
(171,65,239)
0 Favorites   0 Comments

Color spaces of #ab41ef

RGB 17165239
HSL0.770.840.60
HSV277°73°94°
CMYK 0.280.730.00   0.06
XYZ34.264918.670583.4592
Yxy18.67050.25120.1369
Hunter Lab43.209465.9335-84.2725
CIE-Lab50.299570.0820-68.7258

#ab41ef color RGB value is (171,65,239).

#ab41ef hex color red value is 171, green value is 65 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #ab41ef hue: 0.77 , saturation: 0.84 and the lightness value of ab41ef is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01000001 11101111
Octal 253 101 357
Decimal 171 65 239
Hex AB 41 EF

RGB Percentages of Color #ab41ef

%36.00
%13.68
%50.32

CMYK Percentages of Color #ab41ef

%28
%73
%0
%6

Triadic Colors of #ab41ef

#ab41ef #efab41 #41efab

Analogous Colors of #ab41ef

#ab41ef #ef41dc #5441ef

Monochromatic Colors of #ab41ef

#ab41ef

Complementary Color

#ab41ef #85ef41

#ab41ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab41ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab41ef Color CSS Codes

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

#ab41ef Text Font Color

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

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


#ab41ef Background Color

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

This div background color is #ab41ef


#ab41ef Border Color

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

This div border color is #ab41ef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,65,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 #ab41ef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab41ef


Comments

No comments written yet.

Please login to write comment.