Color Hex Logo

#ab61dd Color Hex

#AB61DD
(171,97,221)
0 Favorites   0 Comments

Color spaces of #ab61dd

RGB 17197221
HSL0.770.650.62
HSV276°56°87°
CMYK 0.230.560.00   0.13
XYZ34.120422.427870.9373
Yxy22.42780.26760.1759
Hunter Lab47.358045.7288-55.6596
CIE-Lab54.478051.5701-51.8672

#ab61dd color RGB value is (171,97,221).

#ab61dd hex color red value is 171, green value is 97 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ab61dd hue: 0.77 , saturation: 0.65 and the lightness value of ab61dd is 0.62.

The process color (four color CMYK) of #ab61dd color hex is 0.23, 0.56, 0.00, 0.13. Web safe color of #ab61dd is #9966cc. Color #ab61dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01100001 11011101
Octal 253 141 335
Decimal 171 97 221
Hex AB 61 DD

RGB Percentages of Color #ab61dd

%34.97
%19.84
%45.19

CMYK Percentages of Color #ab61dd

%23
%56
%0
%13

Triadic Colors of #ab61dd

#ab61dd #ddab61 #61ddab

Analogous Colors of #ab61dd

#ab61dd #dd61d1 #6d61dd

Monochromatic Colors of #ab61dd

#ab61dd

Complementary Color

#ab61dd #93dd61

#ab61dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab61dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab61dd Color CSS Codes

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

#ab61dd Text Font Color

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

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


#ab61dd Background Color

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

This div background color is #ab61dd


#ab61dd Border Color

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

This div border color is #ab61dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab61dd


Comments

No comments written yet.

Please login to write comment.