Color Hex Logo

#2001df Color Hex

#2001DF
(32,1,223)
0 Favorites   0 Comments

Color spaces of #2001df

RGB 321223
HSL0.690.990.44
HSV248°100°87°
CMYK 0.861.000.00   0.13
XYZ13.92585.656570.1699
Yxy5.65650.15520.0630
Hunter Lab23.783462.8955-158.2793
CIE-Lab28.528871.6567-95.9798

#2001df color RGB value is (32,1,223).

#2001df hex color red value is 32, green value is 1 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #2001df hue: 0.69 , saturation: 0.99 and the lightness value of 2001df is 0.44.

The process color (four color CMYK) of #2001df color hex is 0.86, 1.00, 0.00, 0.13. Web safe color of #2001df is #3300cc. Color #2001df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 00000001 11011111
Octal 40 1 337
Decimal 32 1 223
Hex 20 1 DF

RGB Percentages of Color #2001df

%12.50
%0.39
%87.11

CMYK Percentages of Color #2001df

%86
%100
%0
%13

Triadic Colors of #2001df

#2001df #df2001 #01df20

Analogous Colors of #2001df

#2001df #8f01df #0151df

Monochromatic Colors of #2001df

#2001df

Complementary Color

#2001df #c0df01

#2001df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2001df Color Preview on White Background

Lorem ipsum dolor sit amet.

#2001df Color CSS Codes

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

#2001df Text Font Color

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

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


#2001df Background Color

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

This div background color is #2001df


#2001df Border Color

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

This div border color is #2001df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(32,1,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2001df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2001df;
  -webkit-box-shadow: 1px 1px 3px 2px #2001df;
  box-shadow:         1px 1px 3px 2px #2001df; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2001df


Comments

No comments written yet.

Please login to write comment.