Color Hex Logo

#ab63de Color Hex

#AB63DE
(171,99,222)
0 Favorites   0 Comments

Color spaces of #ab63de

RGB 17199222
HSL0.760.650.63
HSV275°55°87°
CMYK 0.230.550.00   0.13
XYZ34.441222.855571.7035
Yxy22.85550.26700.1772
Hunter Lab47.807444.9311-55.4603
CIE-Lab54.923250.7614-51.7217

#ab63de color RGB value is (171,99,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01100011 11011110
Octal 253 143 336
Decimal 171 99 222
Hex AB 63 DE

RGB Percentages of Color #ab63de

%34.76
%20.12
%45.12

CMYK Percentages of Color #ab63de

%23
%55
%0
%13

Triadic Colors of #ab63de

#ab63de #deab63 #63deab

Analogous Colors of #ab63de

#ab63de #de63d4 #6e63de

Monochromatic Colors of #ab63de

#ab63de

Complementary Color

#ab63de #96de63

#ab63de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab63de Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab63de Color CSS Codes

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

#ab63de Text Font Color

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

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


#ab63de Background Color

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

This div background color is #ab63de


#ab63de Border Color

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

This div border color is #ab63de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab63de


Comments

No comments written yet.

Please login to write comment.