Color Hex Logo

#dd634a Color Hex

#DD634A
(221,99,74)
0 Favorites   0 Comments

Color spaces of #dd634a

RGB 2219974
HSL0.030.680.58
HSV10°67°87°
CMYK 0.000.550.67   0.13
XYZ35.516724.79029.3916
Yxy24.79020.50960.3557
Hunter Lab49.789840.197923.6692
CIE-Lab56.870446.040637.2717

#dd634a color RGB value is (221,99,74).

#dd634a hex color red value is 221, green value is 99 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #dd634a hue: 0.03 , saturation: 0.68 and the lightness value of dd634a is 0.58.

The process color (four color CMYK) of #dd634a color hex is 0.00, 0.55, 0.67, 0.13. Web safe color of #dd634a is #cc6633. Color #dd634a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01100011 01001010
Octal 335 143 112
Decimal 221 99 74
Hex DD 63 4A

RGB Percentages of Color #dd634a

%56.09
%25.13
%18.78

CMYK Percentages of Color #dd634a

%0
%55
%67
%13

Triadic Colors of #dd634a

#dd634a #4add63 #634add

Analogous Colors of #dd634a

#dd634a #ddad4a #dd4a7b

Monochromatic Colors of #dd634a

#dd634a

Complementary Color

#dd634a #4ac4dd

#dd634a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd634a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd634a Color CSS Codes

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

#dd634a Text Font Color

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

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


#dd634a Background Color

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

This div background color is #dd634a


#dd634a Border Color

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

This div border color is #dd634a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd634a


Comments

No comments written yet.

Please login to write comment.