color codes Logo

#ab14dd color codes

#AB14DD
(171,20,221)
0 Favorites   0 Comments

Color spaces of #ab14dd

RGB 17120221
HSL0.790.830.47
HSV285°91°87°
CMYK 0.230.910.00   0.13
XYZ30.095914.378769.5957
Yxy14.37870.26380.1261
Hunter Lab37.919375.3139-82.2753
CIE-Lab44.771278.8500-67.5031

#ab14dd color RGB value is (171,20,221).

#ab14dd hex color red value is 171, green value is 20 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ab14dd hue: 0.79 , saturation: 0.83 and the lightness value of ab14dd is 0.47.

The process color (four color CMYK) of #ab14dd color code is 0.23, 0.91, 0.00, 0.13. Web safe color of #ab14dd is #9900cc. Color #ab14dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00010100 11011101
Octal 253 24 335
Decimal 171 20 221
Hex AB 14 DD

RGB Percentages of Color #ab14dd

%41.50
%4.85
%53.64

CMYK Percentages of Color #ab14dd

%23
%91
%0
%13

Triadic Colors of #ab14dd

#ab14dd #ddab14 #14ddab

Analogous Colors of #ab14dd

#ab14dd #dd14ab #4614dd

Monochromatic Colors of #ab14dd

#ab14dd

Complementary Color

#ab14dd #46dd14

#ab14dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab14dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab14dd Color CSS Codes

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

#ab14dd Text Font Color

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

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


#ab14dd Background Color

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

This div background color is #ab14dd


#ab14dd Border Color

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

This div border color is #ab14dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab14dd


Comments

No comments written yet.

Please login to write comment.