Color Hex Logo

#ab38cc Color Hex

#AB38CC
(171,56,204)
0 Favorites   0 Comments

Color spaces of #ab38cc

RGB 17156204
HSL0.800.590.51
HSV287°73°80°
CMYK 0.160.730.00   0.20
XYZ29.107815.845958.6512
Yxy15.84590.28100.1529
Hunter Lab39.806960.8615-59.4926
CIE-Lab46.771766.4561-54.5035

#ab38cc color RGB value is (171,56,204).

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

The process color (four color CMYK) of #ab38cc color hex is 0.16, 0.73, 0.00, 0.20. Web safe color of #ab38cc is #9933cc. Color #ab38cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00111000 11001100
Octal 253 70 314
Decimal 171 56 204
Hex AB 38 CC

RGB Percentages of Color #ab38cc

%39.68
%12.99
%47.33

CMYK Percentages of Color #ab38cc

%16
%73
%0
%20

Triadic Colors of #ab38cc

#ab38cc #ccab38 #38ccab

Analogous Colors of #ab38cc

#ab38cc #cc38a3 #6138cc

Monochromatic Colors of #ab38cc

#ab38cc

Complementary Color

#ab38cc #59cc38

#ab38cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab38cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab38cc Color CSS Codes

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

#ab38cc Text Font Color

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

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


#ab38cc Background Color

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

This div background color is #ab38cc


#ab38cc Border Color

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

This div border color is #ab38cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab38cc


Comments

No comments written yet.

Please login to write comment.