Color Hex Logo

#dc268d Color Hex

#DC268D
(220,38,141)
0 Favorites   0 Comments

Color spaces of #dc268d

RGB 22038141
HSL0.910.720.51
HSV326°83°86°
CMYK 0.000.830.36   0.14
XYZ35.016018.525026.9294
Yxy18.52500.43510.2302
Hunter Lab43.040769.8985-6.9677
CIE-Lab50.126873.4077-11.5293

#dc268d color RGB value is (220,38,141).

#dc268d hex color red value is 220, green value is 38 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #dc268d hue: 0.91 , saturation: 0.72 and the lightness value of dc268d is 0.51.

The process color (four color CMYK) of #dc268d color hex is 0.00, 0.83, 0.36, 0.14. Web safe color of #dc268d is #cc3399. Color #dc268d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00100110 10001101
Octal 334 46 215
Decimal 220 38 141
Hex DC 26 8D

RGB Percentages of Color #dc268d

%55.14
%9.52
%35.34

CMYK Percentages of Color #dc268d

%0
%83
%36
%14

Triadic Colors of #dc268d

#dc268d #8ddc26 #268ddc

Analogous Colors of #dc268d

#dc268d #dc2632 #d026dc

Monochromatic Colors of #dc268d

#dc268d

Complementary Color

#dc268d #26dc75

#dc268d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc268d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc268d Color CSS Codes

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

#dc268d Text Font Color

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

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


#dc268d Background Color

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

This div background color is #dc268d


#dc268d Border Color

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

This div border color is #dc268d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc268d


Comments

No comments written yet.

Please login to write comment.