Color Hex Logo

#dd484b Color Hex

#DD484B
(221,72,75)
0 Favorites   0 Comments

Color spaces of #dd484b

RGB 2217275
HSL1.000.690.57
HSV359°67°87°
CMYK 0.000.670.66   0.13
XYZ33.406220.51498.8557
Yxy20.51490.53210.3268
Hunter Lab45.293452.389520.1131
CIE-Lab52.414457.967831.3028

#dd484b color RGB value is (221,72,75).

#dd484b hex color red value is 221, green value is 72 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #dd484b hue: 1.00 , saturation: 0.69 and the lightness value of dd484b is 0.57.

The process color (four color CMYK) of #dd484b color hex is 0.00, 0.67, 0.66, 0.13. Web safe color of #dd484b is #cc3333. Color #dd484b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01001000 01001011
Octal 335 110 113
Decimal 221 72 75
Hex DD 48 4B

RGB Percentages of Color #dd484b

%60.05
%19.57
%20.38

CMYK Percentages of Color #dd484b

%0
%67
%66
%13

Triadic Colors of #dd484b

#dd484b #4bdd48 #484bdd

Analogous Colors of #dd484b

#dd484b #dd9048 #dd4896

Monochromatic Colors of #dd484b

#dd484b

Complementary Color

#dd484b #48ddda

#dd484b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd484b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd484b Color CSS Codes

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

#dd484b Text Font Color

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

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


#dd484b Background Color

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

This div background color is #dd484b


#dd484b Border Color

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

This div border color is #dd484b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd484b


Comments

No comments written yet.

Please login to write comment.