color codes Logo

#dc375c color codes

#DC375C
(220,55,92)
0 Favorites   0 Comments

Color spaces of #dc375c

RGB 2205592
HSL0.960.700.54
HSV347°75°86°
CMYK 0.000.750.58   0.14
XYZ32.813218.720712.0092
Yxy18.72070.51640.2946
Hunter Lab43.267459.653013.8308
CIE-Lab50.358864.727918.4979

#dc375c color RGB value is (220,55,92).

#dc375c hex color red value is 220, green value is 55 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #dc375c hue: 0.96 , saturation: 0.70 and the lightness value of dc375c is 0.54.

The process color (four color CMYK) of #dc375c color code is 0.00, 0.75, 0.58, 0.14. Web safe color of #dc375c is #cc3366. Color #dc375c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00110111 01011100
Octal 334 67 134
Decimal 220 55 92
Hex DC 37 5C

RGB Percentages of Color #dc375c

%59.95
%14.99
%25.07

CMYK Percentages of Color #dc375c

%0
%75
%58
%14

Triadic Colors of #dc375c

#dc375c #5cdc37 #375cdc

Analogous Colors of #dc375c

#dc375c #dc6537 #dc37af

Monochromatic Colors of #dc375c

#dc375c

Complementary Color

#dc375c #37dcb7

#dc375c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc375c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc375c Color CSS Codes

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

#dc375c Text Font Color

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

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


#dc375c Background Color

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

This div background color is #dc375c


#dc375c Border Color

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

This div border color is #dc375c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc375c


Comments

No comments written yet.

Please login to write comment.