Color Hex Logo

#ab5fde Color Hex

#AB5FDE
(171,95,222)
0 Favorites   0 Comments

Color spaces of #ab5fde

RGB 17195222
HSL0.770.660.62
HSV276°57°87°
CMYK 0.230.570.00   0.13
XYZ34.071622.116371.5803
Yxy22.11630.26670.1731
Hunter Lab47.028047.0237-57.3245
CIE-Lab54.150252.8136-52.9547

#ab5fde color RGB value is (171,95,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01011111 11011110
Octal 253 137 336
Decimal 171 95 222
Hex AB 5F DE

RGB Percentages of Color #ab5fde

%35.04
%19.47
%45.49

CMYK Percentages of Color #ab5fde

%23
%57
%0
%13

Triadic Colors of #ab5fde

#ab5fde #deab5f #5fdeab

Analogous Colors of #ab5fde

#ab5fde #de5fd2 #6c5fde

Monochromatic Colors of #ab5fde

#ab5fde

Complementary Color

#ab5fde #92de5f

#ab5fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab5fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab5fde Color CSS Codes

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

#ab5fde Text Font Color

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

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


#ab5fde Background Color

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

This div background color is #ab5fde


#ab5fde Border Color

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

This div border color is #ab5fde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab5fde


Comments

No comments written yet.

Please login to write comment.