Color Hex Logo

#141ddd Color Hex

#141DDD
(20,29,221)
0 Favorites   0 Comments

Color spaces of #141ddd

RGB 2029221
HSL0.660.830.47
HSV237°91°87°
CMYK 0.910.870.00   0.13
XYZ13.77906.247968.8863
Yxy6.24790.15500.0703
Hunter Lab24.995854.6559-145.9011
CIE-Lab30.029564.2586-92.3325

#141ddd color RGB value is (20,29,221).

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

The process color (four color CMYK) of #141ddd color hex is 0.91, 0.87, 0.00, 0.13. Web safe color of #141ddd is #0033cc. Color #141ddd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00011101 11011101
Octal 24 35 335
Decimal 20 29 221
Hex 14 1D DD

RGB Percentages of Color #141ddd

%7.41
%10.74
%81.85

CMYK Percentages of Color #141ddd

%91
%87
%0
%13

Triadic Colors of #141ddd

#141ddd #dd141d #1ddd14

Analogous Colors of #141ddd

#141ddd #7014dd #1482dd

Monochromatic Colors of #141ddd

#141ddd

Complementary Color

#141ddd #ddd414

#141ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#141ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#141ddd Color CSS Codes

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

#141ddd Text Font Color

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

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


#141ddd Background Color

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

This div background color is #141ddd


#141ddd Border Color

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

This div border color is #141ddd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,29,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #141ddd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #141ddd;
  -webkit-box-shadow: 1px 1px 3px 2px #141ddd;
  box-shadow:         1px 1px 3px 2px #141ddd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(20,29,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 #141ddd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #141ddd


Comments

No comments written yet.

Please login to write comment.