Color Hex Logo

#dc2883 Color Hex

#DC2883
(220,40,131)
0 Favorites   0 Comments

Color spaces of #dc2883

RGB 22040131
HSL0.920.720.51
HSV330°82°86°
CMYK 0.000.820.40   0.14
XYZ34.370718.371923.2073
Yxy18.37190.45250.2419
Hunter Lab42.862568.1269-2.0981
CIE-Lab49.944171.9795-5.7712

#dc2883 color RGB value is (220,40,131).

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

The process color (four color CMYK) of #dc2883 color hex is 0.00, 0.82, 0.40, 0.14. Web safe color of #dc2883 is #cc3399. Color #dc2883 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00101000 10000011
Octal 334 50 203
Decimal 220 40 131
Hex DC 28 83

RGB Percentages of Color #dc2883

%56.27
%10.23
%33.50

CMYK Percentages of Color #dc2883

%0
%82
%40
%14

Triadic Colors of #dc2883

#dc2883 #83dc28 #2883dc

Analogous Colors of #dc2883

#dc2883 #dc2829 #db28dc

Monochromatic Colors of #dc2883

#dc2883

Complementary Color

#dc2883 #28dc81

#dc2883 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc2883 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc2883 Color CSS Codes

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

#dc2883 Text Font Color

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

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


#dc2883 Background Color

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

This div background color is #dc2883


#dc2883 Border Color

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

This div border color is #dc2883


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc2883


Comments

No comments written yet.

Please login to write comment.