Color Hex Logo

#ab00cd Color Hex

#AB00CD
(171,0,205)
0 Favorites   0 Comments

Color spaces of #ab00cd

RGB 1710205
HSL0.811.000.40
HSV290°100°80°
CMYK 0.171.000.00   0.20
XYZ27.814013.065758.8136
Yxy13.06570.27900.1311
Hunter Lab36.146574.0957-71.1676
CIE-Lab42.862178.2385-61.3942

#ab00cd color RGB value is (171,0,205).

#ab00cd hex color red value is 171, green value is 0 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #ab00cd hue: 0.81 , saturation: 1.00 and the lightness value of ab00cd is 0.40.

The process color (four color CMYK) of #ab00cd color hex is 0.17, 1.00, 0.00, 0.20. Web safe color of #ab00cd is #9900cc. Color #ab00cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00000000 11001101
Octal 253 0 315
Decimal 171 0 205
Hex AB 0 CD

RGB Percentages of Color #ab00cd

%45.48
%0.00
%54.52

CMYK Percentages of Color #ab00cd

%17
%100
%0
%20

Triadic Colors of #ab00cd

#ab00cd #cdab00 #00cdab

Analogous Colors of #ab00cd

#ab00cd #cd0089 #4400cd

Monochromatic Colors of #ab00cd

#ab00cd

Complementary Color

#ab00cd #22cd00

#ab00cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab00cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab00cd Color CSS Codes

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

#ab00cd Text Font Color

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

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


#ab00cd Background Color

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

This div background color is #ab00cd


#ab00cd Border Color

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

This div border color is #ab00cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab00cd


Comments

No comments written yet.

Please login to write comment.