Color Hex Logo

#ab3dcc Color Hex

#AB3DCC
(171,61,204)
0 Favorites   0 Comments

Color spaces of #ab3dcc

RGB 17161204
HSL0.790.580.52
HSV286°70°80°
CMYK 0.160.700.00   0.20
XYZ29.362416.355058.7360
Yxy16.35500.28110.1566
Hunter Lab40.441358.8275-57.8025
CIE-Lab47.436864.5688-53.4350

#ab3dcc color RGB value is (171,61,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00111101 11001100
Octal 253 75 314
Decimal 171 61 204
Hex AB 3D CC

RGB Percentages of Color #ab3dcc

%39.22
%13.99
%46.79

CMYK Percentages of Color #ab3dcc

%16
%70
%0
%20

Triadic Colors of #ab3dcc

#ab3dcc #ccab3d #3dccab

Analogous Colors of #ab3dcc

#ab3dcc #cc3da6 #633dcc

Monochromatic Colors of #ab3dcc

#ab3dcc

Complementary Color

#ab3dcc #5ecc3d

#ab3dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab3dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab3dcc Color CSS Codes

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

#ab3dcc Text Font Color

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

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


#ab3dcc Background Color

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

This div background color is #ab3dcc


#ab3dcc Border Color

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

This div border color is #ab3dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab3dcc


Comments

No comments written yet.

Please login to write comment.