Color Hex Logo

#ab3fdd Color Hex

#AB3FDD
(171,63,221)
0 Favorites   0 Comments

Color spaces of #ab3fdd

RGB 17163221
HSL0.780.700.56
HSV281°71°87°
CMYK 0.230.710.00   0.13
XYZ31.623217.433470.1049
Yxy17.43340.26540.1463
Hunter Lab41.753362.1243-70.3221
CIE-Lab48.801567.1478-60.9734

#ab3fdd color RGB value is (171,63,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00111111 11011101
Octal 253 77 335
Decimal 171 63 221
Hex AB 3F DD

RGB Percentages of Color #ab3fdd

%37.58
%13.85
%48.57

CMYK Percentages of Color #ab3fdd

%23
%71
%0
%13

Triadic Colors of #ab3fdd

#ab3fdd #ddab3f #3fddab

Analogous Colors of #ab3fdd

#ab3fdd #dd3fc0 #5c3fdd

Monochromatic Colors of #ab3fdd

#ab3fdd

Complementary Color

#ab3fdd #71dd3f

#ab3fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab3fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab3fdd Color CSS Codes

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

#ab3fdd Text Font Color

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

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


#ab3fdd Background Color

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

This div background color is #ab3fdd


#ab3fdd Border Color

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

This div border color is #ab3fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab3fdd


Comments

No comments written yet.

Please login to write comment.