Color Hex Logo

#ab5fdd Color Hex

#AB5FDD
(171,95,221)
0 Favorites   0 Comments

Color spaces of #ab5fdd

RGB 17195221
HSL0.770.650.62
HSV276°57°87°
CMYK 0.230.570.00   0.13
XYZ33.937922.062870.8764
Yxy22.06280.26750.1739
Hunter Lab46.971146.7719-56.5852
CIE-Lab54.093652.5924-52.4804

#ab5fdd color RGB value is (171,95,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01011111 11011101
Octal 253 137 335
Decimal 171 95 221
Hex AB 5F DD

RGB Percentages of Color #ab5fdd

%35.11
%19.51
%45.38

CMYK Percentages of Color #ab5fdd

%23
%57
%0
%13

Triadic Colors of #ab5fdd

#ab5fdd #ddab5f #5fddab

Analogous Colors of #ab5fdd

#ab5fdd #dd5fd0 #6c5fdd

Monochromatic Colors of #ab5fdd

#ab5fdd

Complementary Color

#ab5fdd #91dd5f

#ab5fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab5fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab5fdd Color CSS Codes

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

#ab5fdd Text Font Color

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

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


#ab5fdd Background Color

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

This div background color is #ab5fdd


#ab5fdd Border Color

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

This div border color is #ab5fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab5fdd


Comments

No comments written yet.

Please login to write comment.