Color Hex Logo

#dd486b Color Hex

#DD486B
(221,72,107)
0 Favorites   0 Comments

Color spaces of #dd486b

RGB 22172107
HSL0.960.690.57
HSV346°67°87°
CMYK 0.000.670.52   0.13
XYZ34.790021.068416.1429
Yxy21.06840.48320.2926
Hunter Lab45.900354.967911.2783
CIE-Lab53.024360.145713.1542

#dd486b color RGB value is (221,72,107).

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

The process color (four color CMYK) of #dd486b color hex is 0.00, 0.67, 0.52, 0.13. Web safe color of #dd486b is #cc3366. Color #dd486b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01001000 01101011
Octal 335 110 153
Decimal 221 72 107
Hex DD 48 6B

RGB Percentages of Color #dd486b

%55.25
%18.00
%26.75

CMYK Percentages of Color #dd486b

%0
%67
%52
%13

Triadic Colors of #dd486b

#dd486b #6bdd48 #486bdd

Analogous Colors of #dd486b

#dd486b #dd7048 #dd48b6

Monochromatic Colors of #dd486b

#dd486b

Complementary Color

#dd486b #48ddba

#dd486b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd486b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd486b Color CSS Codes

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

#dd486b Text Font Color

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

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


#dd486b Background Color

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

This div background color is #dd486b


#dd486b Border Color

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

This div border color is #dd486b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd486b


Comments

No comments written yet.

Please login to write comment.