Color Hex Logo

#1520dd Color Hex

#1520DD
(21,32,221)
0 Favorites   0 Comments

Color spaces of #1520dd

RGB 2132221
HSL0.660.830.47
HSV237°90°87°
CMYK 0.900.860.00   0.13
XYZ13.87696.412968.9130
Yxy6.41290.15560.0719
Hunter Lab25.323753.4981-143.6184
CIE-Lab30.431263.1478-91.6621

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

#1520dd hex color red value is 21, green value is 32 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #1520dd hue: 0.66 , saturation: 0.83 and the lightness value of 1520dd is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 00100000 11011101
Octal 25 40 335
Decimal 21 32 221
Hex 15 20 DD

RGB Percentages of Color #1520dd

%7.66
%11.68
%80.66

CMYK Percentages of Color #1520dd

%90
%86
%0
%13

Triadic Colors of #1520dd

#1520dd #dd1520 #20dd15

Analogous Colors of #1520dd

#1520dd #6e15dd #1584dd

Monochromatic Colors of #1520dd

#1520dd

Complementary Color

#1520dd #ddd215

#1520dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1520dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1520dd Color CSS Codes

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

#1520dd Text Font Color

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

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


#1520dd Background Color

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

This div background color is #1520dd


#1520dd Border Color

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

This div border color is #1520dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1520dd


Comments

No comments written yet.

Please login to write comment.