Color Hex Logo

#dd467f Color Hex

#DD467F
(221,70,127)
0 Favorites   0 Comments

Color spaces of #dd467f

RGB 22170127
HSL0.940.690.57
HSV337°68°87°
CMYK 0.000.680.43   0.13
XYZ35.839721.284822.2981
Yxy21.28480.45130.2680
Hunter Lab46.135557.92833.6389
CIE-Lab53.259862.69211.5264

#dd467f color RGB value is (221,70,127).

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

The process color (four color CMYK) of #dd467f color hex is 0.00, 0.68, 0.43, 0.13. Web safe color of #dd467f is #cc3366. Color #dd467f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01000110 01111111
Octal 335 106 177
Decimal 221 70 127
Hex DD 46 7F

RGB Percentages of Color #dd467f

%52.87
%16.75
%30.38

CMYK Percentages of Color #dd467f

%0
%68
%43
%13

Triadic Colors of #dd467f

#dd467f #7fdd46 #467fdd

Analogous Colors of #dd467f

#dd467f #dd5946 #dd46cb

Monochromatic Colors of #dd467f

#dd467f

Complementary Color

#dd467f #46dda4

#dd467f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd467f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd467f Color CSS Codes

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

#dd467f Text Font Color

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

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


#dd467f Background Color

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

This div background color is #dd467f


#dd467f Border Color

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

This div border color is #dd467f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd467f


Comments

No comments written yet.

Please login to write comment.