Color Hex Logo

#2020dd Color Hex

#2020DD
(32,32,221)
0 Favorites   0 Comments

Color spaces of #2020dd

RGB 3232221
HSL0.670.750.50
HSV240°86°87°
CMYK 0.860.860.00   0.13
XYZ14.16336.560668.9264
Yxy6.56060.15800.0732
Hunter Lab25.613753.8792-141.6199
CIE-Lab30.784963.4219-91.0633

#2020dd color RGB value is (32,32,221).

#2020dd hex color red value is 32, green value is 32 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #2020dd hue: 0.67 , saturation: 0.75 and the lightness value of 2020dd is 0.50.

The process color (four color CMYK) of #2020dd color hex is 0.86, 0.86, 0.00, 0.13. Web safe color of #2020dd is #3333cc. Color #2020dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 00100000 11011101
Octal 40 40 335
Decimal 32 32 221
Hex 20 20 DD

RGB Percentages of Color #2020dd

%11.23
%11.23
%77.54

CMYK Percentages of Color #2020dd

%86
%86
%0
%13

Triadic Colors of #2020dd

#2020dd #dd2020 #20dd20

Analogous Colors of #2020dd

#2020dd #7f20dd #207fdd

Monochromatic Colors of #2020dd

#2020dd

Complementary Color

#2020dd #dddd20

#2020dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2020dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#2020dd Color CSS Codes

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

#2020dd Text Font Color

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

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


#2020dd Background Color

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

This div background color is #2020dd


#2020dd Border Color

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

This div border color is #2020dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2020dd


Comments

No comments written yet.

Please login to write comment.