Color Hex Logo

#dd1798 Color Hex

#DD1798
(221,23,152)
0 Favorites   0 Comments

Color spaces of #dd1798

RGB 22123152
HSL0.890.810.48
HSV321°90°87°
CMYK 0.000.900.31   0.13
XYZ35.792718.251931.3423
Yxy18.25190.41920.2138
Hunter Lab42.722274.7834-13.5913
CIE-Lab49.800277.4461-18.6060

#dd1798 color RGB value is (221,23,152).

#dd1798 hex color red value is 221, green value is 23 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #dd1798 hue: 0.89 , saturation: 0.81 and the lightness value of dd1798 is 0.48.

The process color (four color CMYK) of #dd1798 color hex is 0.00, 0.90, 0.31, 0.13. Web safe color of #dd1798 is #cc0099. Color #dd1798 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00010111 10011000
Octal 335 27 230
Decimal 221 23 152
Hex DD 17 98

RGB Percentages of Color #dd1798

%55.81
%5.81
%38.38

CMYK Percentages of Color #dd1798

%0
%90
%31
%13

Triadic Colors of #dd1798

#dd1798 #98dd17 #1798dd

Analogous Colors of #dd1798

#dd1798 #dd1735 #bf17dd

Monochromatic Colors of #dd1798

#dd1798

Complementary Color

#dd1798 #17dd5c

#dd1798 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd1798 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd1798 Color CSS Codes

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

#dd1798 Text Font Color

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

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


#dd1798 Background Color

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

This div background color is #dd1798


#dd1798 Border Color

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

This div border color is #dd1798


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd1798


Comments

No comments written yet.

Please login to write comment.