Color Hex Logo

#dd5494 Color Hex

#DD5494
(221,84,148)
0 Favorites   0 Comments

Color spaces of #dd5494

RGB 22184148
HSL0.920.670.60
HSV332°62°87°
CMYK 0.000.620.33   0.13
XYZ38.334423.850930.6002
Yxy23.85090.41320.2571
Hunter Lab48.837454.6463-2.9634
CIE-Lab55.938259.3413-6.9727

#dd5494 color RGB value is (221,84,148).

#dd5494 hex color red value is 221, green value is 84 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #dd5494 hue: 0.92 , saturation: 0.67 and the lightness value of dd5494 is 0.60.

The process color (four color CMYK) of #dd5494 color hex is 0.00, 0.62, 0.33, 0.13. Web safe color of #dd5494 is #cc6699. Color #dd5494 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01010100 10010100
Octal 335 124 224
Decimal 221 84 148
Hex DD 54 94

RGB Percentages of Color #dd5494

%48.79
%18.54
%32.67

CMYK Percentages of Color #dd5494

%0
%62
%33
%13

Triadic Colors of #dd5494

#dd5494 #94dd54 #5494dd

Analogous Colors of #dd5494

#dd5494 #dd5954 #dd54d9

Monochromatic Colors of #dd5494

#dd5494

Complementary Color

#dd5494 #54dd9d

#dd5494 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd5494 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd5494 Color CSS Codes

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

#dd5494 Text Font Color

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

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


#dd5494 Background Color

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

This div background color is #dd5494


#dd5494 Border Color

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

This div border color is #dd5494


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd5494


Comments

No comments written yet.

Please login to write comment.