Color Hex Logo

#ab41ec Color Hex

#AB41EC
(171,65,236)
0 Favorites   0 Comments

Color spaces of #ab41ec

RGB 17165236
HSL0.770.820.59
HSV277°72°93°
CMYK 0.280.720.00   0.07
XYZ33.825218.494681.1439
Yxy18.49460.25340.1386
Hunter Lab43.005365.1371-81.7666
CIE-Lab50.090669.4536-67.3775

#ab41ec color RGB value is (171,65,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01000001 11101100
Octal 253 101 354
Decimal 171 65 236
Hex AB 41 EC

RGB Percentages of Color #ab41ec

%36.23
%13.77
%50.00

CMYK Percentages of Color #ab41ec

%28
%72
%0
%7

Triadic Colors of #ab41ec

#ab41ec #ecab41 #41ecab

Analogous Colors of #ab41ec

#ab41ec #ec41d8 #5541ec

Monochromatic Colors of #ab41ec

#ab41ec

Complementary Color

#ab41ec #82ec41

#ab41ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab41ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab41ec Color CSS Codes

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

#ab41ec Text Font Color

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

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


#ab41ec Background Color

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

This div background color is #ab41ec


#ab41ec Border Color

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

This div border color is #ab41ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab41ec


Comments

No comments written yet.

Please login to write comment.