Color Hex Logo

#ab3ddf Color Hex

#AB3DDF
(171,61,223)
0 Favorites   0 Comments

Color spaces of #ab3ddf

RGB 17161223
HSL0.780.720.56
HSV281°73°87°
CMYK 0.230.730.00   0.13
XYZ31.782617.323171.4806
Yxy17.32310.26360.1437
Hunter Lab41.621063.4692-72.6908
CIE-Lab48.664668.3193-62.3318

#ab3ddf color RGB value is (171,61,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00111101 11011111
Octal 253 75 337
Decimal 171 61 223
Hex AB 3D DF

RGB Percentages of Color #ab3ddf

%37.58
%13.41
%49.01

CMYK Percentages of Color #ab3ddf

%23
%73
%0
%13

Triadic Colors of #ab3ddf

#ab3ddf #dfab3d #3ddfab

Analogous Colors of #ab3ddf

#ab3ddf #df3dc2 #5a3ddf

Monochromatic Colors of #ab3ddf

#ab3ddf

Complementary Color

#ab3ddf #71df3d

#ab3ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab3ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab3ddf Color CSS Codes

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

#ab3ddf Text Font Color

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

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


#ab3ddf Background Color

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

This div background color is #ab3ddf


#ab3ddf Border Color

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

This div border color is #ab3ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab3ddf


Comments

No comments written yet.

Please login to write comment.