Color Hex Logo

#ab63dd Color Hex

#AB63DD
(171,99,221)
0 Favorites   0 Comments

Color spaces of #ab63dd

RGB 17199221
HSL0.770.640.63
HSV275°55°87°
CMYK 0.230.550.00   0.13
XYZ34.307622.802170.9996
Yxy22.80210.26780.1780
Hunter Lab47.751544.6800-54.7295
CIE-Lab54.867950.5381-51.2457

#ab63dd color RGB value is (171,99,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01100011 11011101
Octal 253 143 335
Decimal 171 99 221
Hex AB 63 DD

RGB Percentages of Color #ab63dd

%34.83
%20.16
%45.01

CMYK Percentages of Color #ab63dd

%23
%55
%0
%13

Triadic Colors of #ab63dd

#ab63dd #ddab63 #63ddab

Analogous Colors of #ab63dd

#ab63dd #dd63d2 #6e63dd

Monochromatic Colors of #ab63dd

#ab63dd

Complementary Color

#ab63dd #95dd63

#ab63dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab63dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab63dd Color CSS Codes

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

#ab63dd Text Font Color

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

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


#ab63dd Background Color

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

This div background color is #ab63dd


#ab63dd Border Color

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

This div border color is #ab63dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab63dd


Comments

No comments written yet.

Please login to write comment.