Color Hex Logo

#ab0dfa Color Hex

#AB0DFA
(171,13,250)
0 Favorites   0 Comments

Color spaces of #ab0dfa

RGB 17113250
HSL0.780.960.52
HSV280°95°98°
CMYK 0.320.950.00   0.02
XYZ34.193815.847991.6992
Yxy15.84790.24120.1118
Hunter Lab39.809483.6538-108.7052
CIE-Lab46.774385.0303-80.6394

#ab0dfa color RGB value is (171,13,250).

#ab0dfa hex color red value is 171, green value is 13 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #ab0dfa hue: 0.78 , saturation: 0.96 and the lightness value of ab0dfa is 0.52.

The process color (four color CMYK) of #ab0dfa color hex is 0.32, 0.95, 0.00, 0.02. Web safe color of #ab0dfa is #9900ff. Color #ab0dfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00001101 11111010
Octal 253 15 372
Decimal 171 13 250
Hex AB D FA

RGB Percentages of Color #ab0dfa

%39.40
%3.00
%57.60

CMYK Percentages of Color #ab0dfa

%32
%95
%0
%2

Triadic Colors of #ab0dfa

#ab0dfa #faab0d #0dfaab

Analogous Colors of #ab0dfa

#ab0dfa #fa0dd3 #340dfa

Monochromatic Colors of #ab0dfa

#ab0dfa

Complementary Color

#ab0dfa #5cfa0d

#ab0dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab0dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab0dfa Color CSS Codes

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

#ab0dfa Text Font Color

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

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


#ab0dfa Background Color

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

This div background color is #ab0dfa


#ab0dfa Border Color

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

This div border color is #ab0dfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab0dfa

Related Colors


Comments

No comments written yet.

Please login to write comment.