Color Hex Logo

#ab41de Color Hex

#AB41DE
(171,65,222)
0 Favorites   0 Comments

Color spaces of #ab41de

RGB 17165222
HSL0.780.700.56
HSV281°71°87°
CMYK 0.230.710.00   0.13
XYZ31.869717.712470.8464
Yxy17.71240.26460.1471
Hunter Lab42.086161.5184-70.3466
CIE-Lab49.145466.5635-60.9873

#ab41de color RGB value is (171,65,222).

#ab41de hex color red value is 171, green value is 65 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #ab41de hue: 0.78 , saturation: 0.70 and the lightness value of ab41de is 0.56.

The process color (four color CMYK) of #ab41de color hex is 0.23, 0.71, 0.00, 0.13. Web safe color of #ab41de is #9933cc. Color #ab41de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01000001 11011110
Octal 253 101 336
Decimal 171 65 222
Hex AB 41 DE

RGB Percentages of Color #ab41de

%37.34
%14.19
%48.47

CMYK Percentages of Color #ab41de

%23
%71
%0
%13

Triadic Colors of #ab41de

#ab41de #deab41 #41deab

Analogous Colors of #ab41de

#ab41de #de41c3 #5d41de

Monochromatic Colors of #ab41de

#ab41de

Complementary Color

#ab41de #74de41

#ab41de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab41de Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab41de Color CSS Codes

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

#ab41de Text Font Color

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

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


#ab41de Background Color

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

This div background color is #ab41de


#ab41de Border Color

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

This div border color is #ab41de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab41de


Comments

No comments written yet.

Please login to write comment.