Color Hex Logo

#ab5ddb Color Hex

#AB5DDB
(171,93,219)
0 Favorites   0 Comments

Color spaces of #ab5ddb

RGB 17193219
HSL0.770.640.61
HSV277°58°86°
CMYK 0.220.580.00   0.14
XYZ33.495121.601169.4219
Yxy21.60110.26900.1735
Hunter Lab46.477047.3069-56.0266
CIE-Lab53.601253.1653-52.1355

#ab5ddb color RGB value is (171,93,219).

#ab5ddb hex color red value is 171, green value is 93 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ab5ddb hue: 0.77 , saturation: 0.64 and the lightness value of ab5ddb is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01011101 11011011
Octal 253 135 333
Decimal 171 93 219
Hex AB 5D DB

RGB Percentages of Color #ab5ddb

%35.40
%19.25
%45.34

CMYK Percentages of Color #ab5ddb

%22
%58
%0
%14

Triadic Colors of #ab5ddb

#ab5ddb #dbab5d #5ddbab

Analogous Colors of #ab5ddb

#ab5ddb #db5dcc #6c5ddb

Monochromatic Colors of #ab5ddb

#ab5ddb

Complementary Color

#ab5ddb #8ddb5d

#ab5ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab5ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab5ddb Color CSS Codes

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

#ab5ddb Text Font Color

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

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


#ab5ddb Background Color

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

This div background color is #ab5ddb


#ab5ddb Border Color

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

This div border color is #ab5ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab5ddb


Comments

No comments written yet.

Please login to write comment.