Color Hex Logo

#dd2007 Color Hex

#DD2007
(221,32,7)
0 Favorites   0 Comments

Color spaces of #dd2007

RGB 221327
HSL0.020.940.45
HSV97°87°
CMYK 0.000.860.97   0.13
XYZ30.373716.42051.7696
Yxy16.42050.62540.3381
Hunter Lab40.522262.882025.7764
CIE-Lab47.521468.041058.8593

#dd2007 color RGB value is (221,32,7).

#dd2007 hex color red value is 221, green value is 32 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #dd2007 hue: 0.02 , saturation: 0.94 and the lightness value of dd2007 is 0.45.

The process color (four color CMYK) of #dd2007 color hex is 0.00, 0.86, 0.97, 0.13. Web safe color of #dd2007 is #cc3300. Color #dd2007 contains mainly RED color.

Base Numbers

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

RGB Percentages of Color #dd2007

%85.00
%12.31
%2.69

CMYK Percentages of Color #dd2007

%0
%86
%97
%13

Triadic Colors of #dd2007

#dd2007 #07dd20 #2007dd

Analogous Colors of #dd2007

#dd2007 #dd8b07 #dd0759

Monochromatic Colors of #dd2007

#dd2007

Complementary Color

#dd2007 #07c4dd

#dd2007 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd2007 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd2007 Color CSS Codes

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

#dd2007 Text Font Color

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

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


#dd2007 Background Color

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

This div background color is #dd2007


#dd2007 Border Color

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

This div border color is #dd2007


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd2007


Comments

No comments written yet.

Please login to write comment.