Color Hex Logo

#dc3071 Color Hex

#DC3071
(220,48,113)
0 Favorites   0 Comments

Color spaces of #dc3071

RGB 22048113
HSL0.940.710.53
HSV337°78°86°
CMYK 0.000.780.49   0.14
XYZ33.552818.521817.4294
Yxy18.52180.48270.2665
Hunter Lab43.037063.84886.1142
CIE-Lab50.123068.36035.4116

#dc3071 color RGB value is (220,48,113).

#dc3071 hex color red value is 220, green value is 48 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #dc3071 hue: 0.94 , saturation: 0.71 and the lightness value of dc3071 is 0.53.

The process color (four color CMYK) of #dc3071 color hex is 0.00, 0.78, 0.49, 0.14. Web safe color of #dc3071 is #cc3366. Color #dc3071 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00110000 01110001
Octal 334 60 161
Decimal 220 48 113
Hex DC 30 71

RGB Percentages of Color #dc3071

%57.74
%12.60
%29.66

CMYK Percentages of Color #dc3071

%0
%78
%49
%14

Triadic Colors of #dc3071

#dc3071 #71dc30 #3071dc

Analogous Colors of #dc3071

#dc3071 #dc4530 #dc30c7

Monochromatic Colors of #dc3071

#dc3071

Complementary Color

#dc3071 #30dc9b

#dc3071 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc3071 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc3071 Color CSS Codes

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

#dc3071 Text Font Color

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

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


#dc3071 Background Color

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

This div background color is #dc3071


#dc3071 Border Color

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

This div border color is #dc3071


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc3071


Comments

No comments written yet.

Please login to write comment.