Color Hex Logo

#dd624d Color Hex

#DD624D
(221,98,77)
0 Favorites   0 Comments

Color spaces of #dd624d

RGB 2219877
HSL0.020.680.58
HSV65°87°
CMYK 0.000.560.65   0.13
XYZ35.526024.64339.9054
Yxy24.64330.50700.3517
Hunter Lab49.642040.868922.9189
CIE-Lab56.726246.693735.4401

#dd624d color RGB value is (221,98,77).

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

The process color (four color CMYK) of #dd624d color hex is 0.00, 0.56, 0.65, 0.13. Web safe color of #dd624d is #cc6666. Color #dd624d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01100010 01001101
Octal 335 142 115
Decimal 221 98 77
Hex DD 62 4D

RGB Percentages of Color #dd624d

%55.81
%24.75
%19.44

CMYK Percentages of Color #dd624d

%0
%56
%65
%13

Triadic Colors of #dd624d

#dd624d #4ddd62 #624ddd

Analogous Colors of #dd624d

#dd624d #ddaa4d #dd4d80

Monochromatic Colors of #dd624d

#dd624d

Complementary Color

#dd624d #4dc8dd

#dd624d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd624d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd624d Color CSS Codes

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

#dd624d Text Font Color

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

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


#dd624d Background Color

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

This div background color is #dd624d


#dd624d Border Color

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

This div border color is #dd624d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd624d


Comments

No comments written yet.

Please login to write comment.