color codes Logo

#ab23cc color codes

#AB23CC
(171,35,204)
0 Favorites   0 Comments

Color spaces of #ab23cc

RGB 17135204
HSL0.800.710.47
HSV288°83°80°
CMYK 0.160.830.00   0.20
XYZ28.294714.219658.3801
Yxy14.21960.28040.1409
Hunter Lab37.708967.9462-65.3953
CIE-Lab44.546272.8806-58.0893

#ab23cc color RGB value is (171,35,204).

#ab23cc hex color red value is 171, green value is 35 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ab23cc hue: 0.80 , saturation: 0.71 and the lightness value of ab23cc is 0.47.

The process color (four color CMYK) of #ab23cc color code is 0.16, 0.83, 0.00, 0.20. Web safe color of #ab23cc is #9933cc. Color #ab23cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00100011 11001100
Octal 253 43 314
Decimal 171 35 204
Hex AB 23 CC

RGB Percentages of Color #ab23cc

%41.71
%8.54
%49.76

CMYK Percentages of Color #ab23cc

%16
%83
%0
%20

Triadic Colors of #ab23cc

#ab23cc #ccab23 #23ccab

Analogous Colors of #ab23cc

#ab23cc #cc2399 #5623cc

Monochromatic Colors of #ab23cc

#ab23cc

Complementary Color

#ab23cc #44cc23

#ab23cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab23cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab23cc Color CSS Codes

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

#ab23cc Text Font Color

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

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


#ab23cc Background Color

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

This div background color is #ab23cc


#ab23cc Border Color

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

This div border color is #ab23cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab23cc


Comments

No comments written yet.

Please login to write comment.