Color Hex Logo

#ab43de Color Hex

#AB43DE
(171,67,222)
0 Favorites   0 Comments

Color spaces of #ab43de

RGB 17167222
HSL0.780.700.57
HSV280°70°87°
CMYK 0.230.700.00   0.13
XYZ31.986617.946270.8853
Yxy17.94620.26480.1485
Hunter Lab42.363060.6432-69.5550
CIE-Lab49.430865.7576-60.5269

#ab43de color RGB value is (171,67,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01000011 11011110
Octal 253 103 336
Decimal 171 67 222
Hex AB 43 DE

RGB Percentages of Color #ab43de

%37.17
%14.57
%48.26

CMYK Percentages of Color #ab43de

%23
%70
%0
%13

Triadic Colors of #ab43de

#ab43de #deab43 #43deab

Analogous Colors of #ab43de

#ab43de #de43c4 #5e43de

Monochromatic Colors of #ab43de

#ab43de

Complementary Color

#ab43de #76de43

#ab43de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab43de Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab43de Color CSS Codes

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

#ab43de Text Font Color

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

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


#ab43de Background Color

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

This div background color is #ab43de


#ab43de Border Color

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

This div border color is #ab43de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab43de


Comments

No comments written yet.

Please login to write comment.