Color Hex Logo

#dc128d Color Hex

#DC128D
(220,18,141)
0 Favorites   0 Comments

Color spaces of #dc128d

RGB 22018141
HSL0.900.850.47
HSV323°92°86°
CMYK 0.000.920.36   0.14
XYZ34.539217.571326.7705
Yxy17.57130.43790.2228
Hunter Lab41.918173.7215-8.5221
CIE-Lab48.972076.7510-13.2730

#dc128d color RGB value is (220,18,141).

#dc128d hex color red value is 220, green value is 18 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #dc128d hue: 0.90 , saturation: 0.85 and the lightness value of dc128d is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00010010 10001101
Octal 334 22 215
Decimal 220 18 141
Hex DC 12 8D

RGB Percentages of Color #dc128d

%58.05
%4.75
%37.20

CMYK Percentages of Color #dc128d

%0
%92
%36
%14

Triadic Colors of #dc128d

#dc128d #8ddc12 #128ddc

Analogous Colors of #dc128d

#dc128d #dc1228 #c612dc

Monochromatic Colors of #dc128d

#dc128d

Complementary Color

#dc128d #12dc61

#dc128d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc128d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc128d Color CSS Codes

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

#dc128d Text Font Color

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

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


#dc128d Background Color

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

This div background color is #dc128d


#dc128d Border Color

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

This div border color is #dc128d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc128d


Comments

No comments written yet.

Please login to write comment.