color codes Logo

#ab3cdd color codes

#AB3CDD
(171,60,221)
0 Favorites   0 Comments

Color spaces of #ab3cdd

RGB 17160221
HSL0.780.700.55
HSV281°73°87°
CMYK 0.230.730.00   0.13
XYZ31.461617.110170.0510
Yxy17.11010.26520.1442
Hunter Lab41.364463.3789-71.4532
CIE-Lab48.398568.2941-61.6241

#ab3cdd color RGB value is (171,60,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00111100 11011101
Octal 253 74 335
Decimal 171 60 221
Hex AB 3C DD

RGB Percentages of Color #ab3cdd

%37.83
%13.27
%48.89

CMYK Percentages of Color #ab3cdd

%23
%73
%0
%13

Triadic Colors of #ab3cdd

#ab3cdd #ddab3c #3cddab

Analogous Colors of #ab3cdd

#ab3cdd #dd3cbf #5b3cdd

Monochromatic Colors of #ab3cdd

#ab3cdd

Complementary Color

#ab3cdd #6edd3c

#ab3cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab3cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab3cdd Color CSS Codes

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

#ab3cdd Text Font Color

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

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


#ab3cdd Background Color

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

This div background color is #ab3cdd


#ab3cdd Border Color

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

This div border color is #ab3cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab3cdd


Comments

No comments written yet.

Please login to write comment.