Color Hex Logo

#dd1074 Color Hex

#DD1074
(221,16,116)
0 Favorites   0 Comments

Color spaces of #dd1074

RGB 22116116
HSL0.920.860.46
HSV331°93°87°
CMYK 0.000.930.48   0.13
XYZ33.156517.003718.0575
Yxy17.00370.48600.2493
Hunter Lab41.235571.36532.9011
CIE-Lab48.264774.97330.9185

#dd1074 color RGB value is (221,16,116).

#dd1074 hex color red value is 221, green value is 16 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #dd1074 hue: 0.92 , saturation: 0.86 and the lightness value of dd1074 is 0.46.

The process color (four color CMYK) of #dd1074 color hex is 0.00, 0.93, 0.48, 0.13. Web safe color of #dd1074 is #cc0066. Color #dd1074 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00010000 01110100
Octal 335 20 164
Decimal 221 16 116
Hex DD 10 74

RGB Percentages of Color #dd1074

%62.61
%4.53
%32.86

CMYK Percentages of Color #dd1074

%0
%93
%48
%13

Triadic Colors of #dd1074

#dd1074 #74dd10 #1074dd

Analogous Colors of #dd1074

#dd1074 #dd1310 #dd10db

Monochromatic Colors of #dd1074

#dd1074

Complementary Color

#dd1074 #10dd79

#dd1074 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd1074 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd1074 Color CSS Codes

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

#dd1074 Text Font Color

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

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


#dd1074 Background Color

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

This div background color is #dd1074


#dd1074 Border Color

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

This div border color is #dd1074


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd1074


Comments

No comments written yet.

Please login to write comment.