Color Hex Logo

#ab3ccd Color Hex

#AB3CCD
(171,60,205)
0 Favorites   0 Comments

Color spaces of #ab3ccd

RGB 17160205
HSL0.790.590.52
HSV286°71°80°
CMYK 0.170.710.00   0.20
XYZ29.429916.297459.3522
Yxy16.29740.28010.1551
Hunter Lab40.370059.4796-58.9094
CIE-Lab47.362365.1489-54.1309

#ab3ccd color RGB value is (171,60,205).

#ab3ccd hex color red value is 171, green value is 60 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #ab3ccd hue: 0.79 , saturation: 0.59 and the lightness value of ab3ccd is 0.52.

The process color (four color CMYK) of #ab3ccd color hex is 0.17, 0.71, 0.00, 0.20. Web safe color of #ab3ccd is #9933cc. Color #ab3ccd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00111100 11001101
Octal 253 74 315
Decimal 171 60 205
Hex AB 3C CD

RGB Percentages of Color #ab3ccd

%39.22
%13.76
%47.02

CMYK Percentages of Color #ab3ccd

%17
%71
%0
%20

Triadic Colors of #ab3ccd

#ab3ccd #cdab3c #3ccdab

Analogous Colors of #ab3ccd

#ab3ccd #cd3ca7 #633ccd

Monochromatic Colors of #ab3ccd

#ab3ccd

Complementary Color

#ab3ccd #5ecd3c

#ab3ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab3ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab3ccd Color CSS Codes

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

#ab3ccd Text Font Color

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

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


#ab3ccd Background Color

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

This div background color is #ab3ccd


#ab3ccd Border Color

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

This div border color is #ab3ccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab3ccd


Comments

No comments written yet.

Please login to write comment.