Color Hex Logo

#dd074b Color Hex

#DD074B
(221,7,75)
0 Favorites   0 Comments

Color spaces of #dd074b

RGB 221775
HSL0.950.940.45
HSV341°97°87°
CMYK 0.000.970.66   0.13
XYZ31.164816.03218.1085
Yxy16.03210.56350.2899
Hunter Lab40.040168.863416.0213
CIE-Lab47.016673.159424.5052

#dd074b color RGB value is (221,7,75).

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

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

Base Numbers

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

RGB Percentages of Color #dd074b

%72.94
%2.31
%24.75

CMYK Percentages of Color #dd074b

%0
%97
%66
%13

Triadic Colors of #dd074b

#dd074b #4bdd07 #074bdd

Analogous Colors of #dd074b

#dd074b #dd2e07 #dd07b6

Monochromatic Colors of #dd074b

#dd074b

Complementary Color

#dd074b #07dd99

#dd074b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd074b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd074b Color CSS Codes

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

#dd074b Text Font Color

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

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


#dd074b Background Color

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

This div background color is #dd074b


#dd074b Border Color

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

This div border color is #dd074b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd074b


Comments

No comments written yet.

Please login to write comment.