Color Hex Logo

#2013ab Color Hex

#2013AB
(32,19,171)
0 Favorites   0 Comments

Color spaces of #2013ab

RGB 3219171
HSL0.680.800.37
HSV245°89°67°
CMYK 0.810.890.00   0.33
XYZ8.17923.713138.8137
Yxy3.71310.16130.0732
Hunter Lab19.269442.0457-105.9372
CIE-Lab22.699353.9392-75.0864

#2013ab color RGB value is (32,19,171).

#2013ab hex color red value is 32, green value is 19 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #2013ab hue: 0.68 , saturation: 0.80 and the lightness value of 2013ab is 0.37.

The process color (four color CMYK) of #2013ab color hex is 0.81, 0.89, 0.00, 0.33. Web safe color of #2013ab is #330099. Color #2013ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 00010011 10101011
Octal 40 23 253
Decimal 32 19 171
Hex 20 13 AB

RGB Percentages of Color #2013ab

%14.41
%8.56
%77.03

CMYK Percentages of Color #2013ab

%81
%89
%0
%33

Triadic Colors of #2013ab

#2013ab #ab2013 #13ab20

Analogous Colors of #2013ab

#2013ab #6c13ab #1352ab

Monochromatic Colors of #2013ab

#2013ab

Complementary Color

#2013ab #9eab13

#2013ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2013ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#2013ab Color CSS Codes

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

#2013ab Text Font Color

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

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


#2013ab Background Color

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

This div background color is #2013ab


#2013ab Border Color

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

This div border color is #2013ab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(32,19,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2013ab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2013ab;
  -webkit-box-shadow: 1px 1px 3px 2px #2013ab;
  box-shadow:         1px 1px 3px 2px #2013ab; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2013ab


Comments

No comments written yet.

Please login to write comment.