Color Hex Logo

#dd467a Color Hex

#DD467A
(221,70,122)
0 Favorites   0 Comments

Color spaces of #dd467a

RGB 22170122
HSL0.940.690.57
HSV339°68°87°
CMYK 0.000.680.45   0.13
XYZ35.521821.157620.6240
Yxy21.15760.45950.2737
Hunter Lab45.997457.35245.6141
CIE-Lab53.121562.21684.3154

#dd467a color RGB value is (221,70,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01000110 01111010
Octal 335 106 172
Decimal 221 70 122
Hex DD 46 7A

RGB Percentages of Color #dd467a

%53.51
%16.95
%29.54

CMYK Percentages of Color #dd467a

%0
%68
%45
%13

Triadic Colors of #dd467a

#dd467a #7add46 #467add

Analogous Colors of #dd467a

#dd467a #dd5e46 #dd46c6

Monochromatic Colors of #dd467a

#dd467a

Complementary Color

#dd467a #46dda9

#dd467a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd467a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd467a Color CSS Codes

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

#dd467a Text Font Color

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

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


#dd467a Background Color

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

This div background color is #dd467a


#dd467a Border Color

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

This div border color is #dd467a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd467a


Comments

No comments written yet.

Please login to write comment.