Color Hex Logo

#ab7ddb Color Hex

#AB7DDB
(171,125,219)
0 Favorites   0 Comments

Color spaces of #ab7ddb

RGB 171125219
HSL0.750.570.67
HSV269°43°86°
CMYK 0.220.430.00   0.14
XYZ36.914428.439670.5616
Yxy28.43960.27160.2092
Hunter Lab53.328830.2330-41.1190
CIE-Lab60.283835.9912-41.5505

#ab7ddb color RGB value is (171,125,219).

#ab7ddb hex color red value is 171, green value is 125 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ab7ddb hue: 0.75 , saturation: 0.57 and the lightness value of ab7ddb is 0.67.

The process color (four color CMYK) of #ab7ddb color hex is 0.22, 0.43, 0.00, 0.14. Web safe color of #ab7ddb is #9966cc. Color #ab7ddb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01111101 11011011
Octal 253 175 333
Decimal 171 125 219
Hex AB 7D DB

RGB Percentages of Color #ab7ddb

%33.20
%24.27
%42.52

CMYK Percentages of Color #ab7ddb

%22
%43
%0
%14

Triadic Colors of #ab7ddb

#ab7ddb #dbab7d #7ddbab

Analogous Colors of #ab7ddb

#ab7ddb #da7ddb #7d7edb

Monochromatic Colors of #ab7ddb

#ab7ddb

Complementary Color

#ab7ddb #addb7d

#ab7ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab7ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab7ddb Color CSS Codes

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

#ab7ddb Text Font Color

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

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


#ab7ddb Background Color

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

This div background color is #ab7ddb


#ab7ddb Border Color

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

This div border color is #ab7ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab7ddb


Comments

No comments written yet.

Please login to write comment.