Color Hex Logo

#dd024b Color Hex

#DD024B
(221,2,75)
0 Favorites   0 Comments

Color spaces of #dd024b

RGB 221275
HSL0.940.980.44
HSV340°99°87°
CMYK 0.000.990.66   0.13
XYZ31.110515.92368.0905
Yxy15.92360.56440.2889
Hunter Lab39.904469.330615.9122
CIE-Lab46.874173.573224.3219

#dd024b color RGB value is (221,2,75).

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

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

Base Numbers

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

RGB Percentages of Color #dd024b

%74.16
%0.67
%25.17

CMYK Percentages of Color #dd024b

%0
%99
%66
%13

Triadic Colors of #dd024b

#dd024b #4bdd02 #024bdd

Analogous Colors of #dd024b

#dd024b #dd2602 #dd02b9

Monochromatic Colors of #dd024b

#dd024b

Complementary Color

#dd024b #02dd94

#dd024b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd024b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd024b Color CSS Codes

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

#dd024b Text Font Color

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

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


#dd024b Background Color

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

This div background color is #dd024b


#dd024b Border Color

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

This div border color is #dd024b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd024b


Comments

No comments written yet.

Please login to write comment.