Color Hex Logo

#ab6de5 Color Hex

#AB6DE5
(171,109,229)
0 Favorites   0 Comments

Color spaces of #ab6de5

RGB 171109229
HSL0.750.700.66
HSV271°52°90°
CMYK 0.250.520.00   0.10
XYZ36.406125.252377.0841
Yxy25.25230.26240.1820
Hunter Lab50.251741.3785-55.7724
CIE-Lab57.320447.0824-51.8363

#ab6de5 color RGB value is (171,109,229).

#ab6de5 hex color red value is 171, green value is 109 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #ab6de5 hue: 0.75 , saturation: 0.70 and the lightness value of ab6de5 is 0.66.

The process color (four color CMYK) of #ab6de5 color hex is 0.25, 0.52, 0.00, 0.10. Web safe color of #ab6de5 is #9966cc. Color #ab6de5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01101101 11100101
Octal 253 155 345
Decimal 171 109 229
Hex AB 6D E5

RGB Percentages of Color #ab6de5

%33.60
%21.41
%44.99

CMYK Percentages of Color #ab6de5

%25
%52
%0
%10

Triadic Colors of #ab6de5

#ab6de5 #e5ab6d #6de5ab

Analogous Colors of #ab6de5

#ab6de5 #e56de3 #6f6de5

Monochromatic Colors of #ab6de5

#ab6de5

Complementary Color

#ab6de5 #a7e56d

#ab6de5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab6de5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab6de5 Color CSS Codes

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

#ab6de5 Text Font Color

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

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


#ab6de5 Background Color

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

This div background color is #ab6de5


#ab6de5 Border Color

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

This div border color is #ab6de5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab6de5


Comments

No comments written yet.

Please login to write comment.