Color Hex Logo

#ab3fcc Color Hex

#AB3FCC
(171,63,204)
0 Favorites   0 Comments

Color spaces of #ab3fcc

RGB 17163204
HSL0.790.580.52
HSV286°69°80°
CMYK 0.160.690.00   0.20
XYZ29.471216.572658.7723
Yxy16.57260.28120.1581
Hunter Lab40.709557.9817-57.1004
CIE-Lab47.716963.7784-52.9856

#ab3fcc color RGB value is (171,63,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00111111 11001100
Octal 253 77 314
Decimal 171 63 204
Hex AB 3F CC

RGB Percentages of Color #ab3fcc

%39.04
%14.38
%46.58

CMYK Percentages of Color #ab3fcc

%16
%69
%0
%20

Triadic Colors of #ab3fcc

#ab3fcc #ccab3f #3fccab

Analogous Colors of #ab3fcc

#ab3fcc #cc3fa7 #653fcc

Monochromatic Colors of #ab3fcc

#ab3fcc

Complementary Color

#ab3fcc #60cc3f

#ab3fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab3fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab3fcc Color CSS Codes

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

#ab3fcc Text Font Color

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

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


#ab3fcc Background Color

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

This div background color is #ab3fcc


#ab3fcc Border Color

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

This div border color is #ab3fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab3fcc


Comments

No comments written yet.

Please login to write comment.