Color Hex Logo

#dc269d Color Hex

#DC269D
(220,38,157)
0 Favorites   0 Comments

Color spaces of #dc269d

RGB 22038157
HSL0.890.720.51
HSV321°83°86°
CMYK 0.000.830.29   0.14
XYZ36.294119.036233.6597
Yxy19.03620.40780.2139
Hunter Lab43.630572.1322-15.1992
CIE-Lab50.729575.1186-20.1813

#dc269d color RGB value is (220,38,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00100110 10011101
Octal 334 46 235
Decimal 220 38 157
Hex DC 26 9D

RGB Percentages of Color #dc269d

%53.01
%9.16
%37.83

CMYK Percentages of Color #dc269d

%0
%83
%29
%14

Triadic Colors of #dc269d

#dc269d #9ddc26 #269ddc

Analogous Colors of #dc269d

#dc269d #dc2642 #c026dc

Monochromatic Colors of #dc269d

#dc269d

Complementary Color

#dc269d #26dc65

#dc269d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc269d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc269d Color CSS Codes

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

#dc269d Text Font Color

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

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


#dc269d Background Color

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

This div background color is #dc269d


#dc269d Border Color

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

This div border color is #dc269d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,38,157, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc269d


Comments

No comments written yet.

Please login to write comment.