Color Hex Logo

#dd044b Color Hex

#DD044B
(221,4,75)
0 Favorites   0 Comments

Color spaces of #dd044b

RGB 221475
HSL0.950.960.44
HSV340°98°87°
CMYK 0.000.980.66   0.13
XYZ31.132215.96708.0977
Yxy15.96700.56400.2893
Hunter Lab39.958769.143215.9559
CIE-Lab46.931273.407324.3953

#dd044b color RGB value is (221,4,75).

#dd044b hex color red value is 221, green value is 4 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #dd044b hue: 0.95 , saturation: 0.96 and the lightness value of dd044b is 0.44.

The process color (four color CMYK) of #dd044b color hex is 0.00, 0.98, 0.66, 0.13. Web safe color of #dd044b is #cc0033. Color #dd044b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00000100 01001011
Octal 335 4 113
Decimal 221 4 75
Hex DD 4 4B

RGB Percentages of Color #dd044b

%73.67
%1.33
%25.00

CMYK Percentages of Color #dd044b

%0
%98
%66
%13

Triadic Colors of #dd044b

#dd044b #4bdd04 #044bdd

Analogous Colors of #dd044b

#dd044b #dd2a04 #dd04b8

Monochromatic Colors of #dd044b

#dd044b

Complementary Color

#dd044b #04dd96

#dd044b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd044b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd044b Color CSS Codes

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

#dd044b Text Font Color

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

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


#dd044b Background Color

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

This div background color is #dd044b


#dd044b Border Color

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

This div border color is #dd044b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,4,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 #dd044b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd044b


Comments

No comments written yet.

Please login to write comment.