Color Hex Logo

#ab64de Color Hex

#AB64DE
(171,100,222)
0 Favorites   0 Comments

Color spaces of #ab64de

RGB 171100222
HSL0.760.650.63
HSV275°55°87°
CMYK 0.230.550.00   0.13
XYZ34.536623.046271.7353
Yxy23.04620.26710.1782
Hunter Lab48.006544.4044-54.9916
CIE-Lab55.119950.2423-51.4082

#ab64de color RGB value is (171,100,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01100100 11011110
Octal 253 144 336
Decimal 171 100 222
Hex AB 64 DE

RGB Percentages of Color #ab64de

%34.69
%20.28
%45.03

CMYK Percentages of Color #ab64de

%23
%55
%0
%13

Triadic Colors of #ab64de

#ab64de #deab64 #64deab

Analogous Colors of #ab64de

#ab64de #de64d4 #6e64de

Monochromatic Colors of #ab64de

#ab64de

Complementary Color

#ab64de #97de64

#ab64de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab64de Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab64de Color CSS Codes

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

#ab64de Text Font Color

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

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


#ab64de Background Color

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

This div background color is #ab64de


#ab64de Border Color

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

This div border color is #ab64de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab64de


Comments

No comments written yet.

Please login to write comment.