Color Hex Logo

#dc2569 Color Hex

#DC2569
(220,37,105)
0 Favorites   0 Comments

Color spaces of #dc2569

RGB 22037105
HSL0.940.720.50
HSV338°83°86°
CMYK 0.000.830.52   0.14
XYZ32.726617.558715.0289
Yxy17.55870.50110.2688
Hunter Lab41.903166.07938.0673
CIE-Lab48.956470.46398.6339

#dc2569 color RGB value is (220,37,105).

#dc2569 hex color red value is 220, green value is 37 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #dc2569 hue: 0.94 , saturation: 0.72 and the lightness value of dc2569 is 0.50.

The process color (four color CMYK) of #dc2569 color hex is 0.00, 0.83, 0.52, 0.14. Web safe color of #dc2569 is #cc3366. Color #dc2569 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00100101 01101001
Octal 334 45 151
Decimal 220 37 105
Hex DC 25 69

RGB Percentages of Color #dc2569

%60.77
%10.22
%29.01

CMYK Percentages of Color #dc2569

%0
%83
%52
%14

Triadic Colors of #dc2569

#dc2569 #69dc25 #2569dc

Analogous Colors of #dc2569

#dc2569 #dc3c25 #dc25c5

Monochromatic Colors of #dc2569

#dc2569

Complementary Color

#dc2569 #25dc98

#dc2569 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc2569 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc2569 Color CSS Codes

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

#dc2569 Text Font Color

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

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


#dc2569 Background Color

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

This div background color is #dc2569


#dc2569 Border Color

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

This div border color is #dc2569


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc2569


Comments

No comments written yet.

Please login to write comment.