Color Hex Logo

#dc038d Color Hex

#DC038D
(220,3,141)
0 Favorites   0 Comments

Color spaces of #dc038d

RGB 2203141
HSL0.890.970.44
HSV322°99°86°
CMYK 0.000.990.36   0.14
XYZ34.355517.203926.7092
Yxy17.20390.43890.2198
Hunter Lab41.477675.2641-9.1451
CIE-Lab48.515978.0830-13.9635

#dc038d color RGB value is (220,3,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00000011 10001101
Octal 334 3 215
Decimal 220 3 141
Hex DC 3 8D

RGB Percentages of Color #dc038d

%60.44
%0.82
%38.74

CMYK Percentages of Color #dc038d

%0
%99
%36
%14

Triadic Colors of #dc038d

#dc038d #8ddc03 #038ddc

Analogous Colors of #dc038d

#dc038d #dc0321 #bf03dc

Monochromatic Colors of #dc038d

#dc038d

Complementary Color

#dc038d #03dc52

#dc038d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc038d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc038d Color CSS Codes

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

#dc038d Text Font Color

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

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


#dc038d Background Color

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

This div background color is #dc038d


#dc038d Border Color

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

This div border color is #dc038d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,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 #dc038d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc038d


Comments

No comments written yet.

Please login to write comment.