Color Hex Logo

#ab3edd Color Hex

#AB3EDD
(171,62,221)
0 Favorites   0 Comments

Color spaces of #ab3edd

RGB 17162221
HSL0.780.700.55
HSV281°72°87°
CMYK 0.230.720.00   0.13
XYZ31.568417.323670.0866
Yxy17.32360.26530.1456
Hunter Lab41.621662.5475-70.7032
CIE-Lab48.665267.5352-61.1934

#ab3edd color RGB value is (171,62,221).

#ab3edd hex color red value is 171, green value is 62 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ab3edd hue: 0.78 , saturation: 0.70 and the lightness value of ab3edd is 0.55.

The process color (four color CMYK) of #ab3edd color hex is 0.23, 0.72, 0.00, 0.13. Web safe color of #ab3edd is #9933cc. Color #ab3edd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00111110 11011101
Octal 253 76 335
Decimal 171 62 221
Hex AB 3E DD

RGB Percentages of Color #ab3edd

%37.67
%13.66
%48.68

CMYK Percentages of Color #ab3edd

%23
%72
%0
%13

Triadic Colors of #ab3edd

#ab3edd #ddab3e #3eddab

Analogous Colors of #ab3edd

#ab3edd #dd3ec0 #5c3edd

Monochromatic Colors of #ab3edd

#ab3edd

Complementary Color

#ab3edd #70dd3e

#ab3edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab3edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab3edd Color CSS Codes

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

#ab3edd Text Font Color

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

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


#ab3edd Background Color

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

This div background color is #ab3edd


#ab3edd Border Color

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

This div border color is #ab3edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab3edd


Comments

No comments written yet.

Please login to write comment.