Color Hex Logo

#ab9dfd Color Hex

#AB9DFD
(171,157,253)
0 Favorites   0 Comments

Color spaces of #ab9dfd

RGB 171157253
HSL0.690.960.80
HSV249°38°99°
CMYK 0.320.380.00   0.01
XYZ46.581239.863798.1679
Yxy39.86370.25230.2159
Hunter Lab63.137721.2012-47.9890
CIE-Lab69.372326.2256-46.0179

#ab9dfd color RGB value is (171,157,253).

#ab9dfd hex color red value is 171, green value is 157 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #ab9dfd hue: 0.69 , saturation: 0.96 and the lightness value of ab9dfd is 0.80.

The process color (four color CMYK) of #ab9dfd color hex is 0.32, 0.38, 0.00, 0.01. Web safe color of #ab9dfd is #9999ff. Color #ab9dfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10011101 11111101
Octal 253 235 375
Decimal 171 157 253
Hex AB 9D FD

RGB Percentages of Color #ab9dfd

%29.43
%27.02
%43.55

CMYK Percentages of Color #ab9dfd

%32
%38
%0
%1

Triadic Colors of #ab9dfd

#ab9dfd #fdab9d #9dfdab

Analogous Colors of #ab9dfd

#ab9dfd #db9dfd #9dbffd

Monochromatic Colors of #ab9dfd

#ab9dfd

Complementary Color

#ab9dfd #effd9d

#ab9dfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab9dfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab9dfd Color CSS Codes

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

#ab9dfd Text Font Color

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

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


#ab9dfd Background Color

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

This div background color is #ab9dfd


#ab9dfd Border Color

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

This div border color is #ab9dfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab9dfd

Related Colors


Comments

No comments written yet.

Please login to write comment.