Color Hex Logo

#dd038d Color Hex

#DD038D
(221,3,141)
0 Favorites   0 Comments

Color spaces of #dd038d

RGB 2213141
HSL0.890.970.44
HSV322°99°87°
CMYK 0.000.990.36   0.13
XYZ34.659117.360426.7235
Yxy17.36040.44020.2205
Hunter Lab41.665875.5675-8.8612
CIE-Lab48.711078.2884-13.6496

#dd038d color RGB value is (221,3,141).

#dd038d hex color red value is 221, green value is 3 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #dd038d hue: 0.89 , saturation: 0.97 and the lightness value of dd038d is 0.44.

The process color (four color CMYK) of #dd038d color hex is 0.00, 0.99, 0.36, 0.13. Web safe color of #dd038d is #cc0099. Color #dd038d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00000011 10001101
Octal 335 3 215
Decimal 221 3 141
Hex DD 3 8D

RGB Percentages of Color #dd038d

%60.55
%0.82
%38.63

CMYK Percentages of Color #dd038d

%0
%99
%36
%13

Triadic Colors of #dd038d

#dd038d #8ddd03 #038ddd

Analogous Colors of #dd038d

#dd038d #dd0320 #c003dd

Monochromatic Colors of #dd038d

#dd038d

Complementary Color

#dd038d #03dd53

#dd038d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd038d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd038d Color CSS Codes

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

#dd038d Text Font Color

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

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


#dd038d Background Color

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

This div background color is #dd038d


#dd038d Border Color

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

This div border color is #dd038d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd038d


Comments

No comments written yet.

Please login to write comment.