Color Hex Logo

#dd5123 Color Hex

#DD5123
(221,81,35)
0 Favorites   0 Comments

Color spaces of #dd5123

RGB 2218135
HSL0.040.730.50
HSV15°84°87°
CMYK 0.000.630.84   0.13
XYZ33.064621.37843.9738
Yxy21.37840.56600.3660
Hunter Lab46.236846.733627.2701
CIE-Lab53.361252.680353.2477

#dd5123 color RGB value is (221,81,35).

#dd5123 hex color red value is 221, green value is 81 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #dd5123 hue: 0.04 , saturation: 0.73 and the lightness value of dd5123 is 0.50.

The process color (four color CMYK) of #dd5123 color hex is 0.00, 0.63, 0.84, 0.13. Web safe color of #dd5123 is #cc6633. Color #dd5123 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01010001 00100011
Octal 335 121 43
Decimal 221 81 35
Hex DD 51 23

RGB Percentages of Color #dd5123

%65.58
%24.04
%10.39

CMYK Percentages of Color #dd5123

%0
%63
%84
%13

Triadic Colors of #dd5123

#dd5123 #23dd51 #5123dd

Analogous Colors of #dd5123

#dd5123 #ddae23 #dd2352

Monochromatic Colors of #dd5123

#dd5123

Complementary Color

#dd5123 #23afdd

#dd5123 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd5123 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd5123 Color CSS Codes

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

#dd5123 Text Font Color

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

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


#dd5123 Background Color

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

This div background color is #dd5123


#dd5123 Border Color

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

This div border color is #dd5123


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd5123


Comments

No comments written yet.

Please login to write comment.