Color Hex Logo

#dc375b Color Hex

#DC375B
(220,55,91)
0 Favorites   0 Comments

Color spaces of #dc375b

RGB 2205591
HSL0.960.700.54
HSV347°75°86°
CMYK 0.000.750.59   0.14
XYZ32.769718.703411.7805
Yxy18.70340.51810.2957
Hunter Lab43.247459.571114.1227
CIE-Lab50.338464.661019.0754

#dc375b color RGB value is (220,55,91).

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

The process color (four color CMYK) of #dc375b color hex is 0.00, 0.75, 0.59, 0.14. Web safe color of #dc375b is #cc3366. Color #dc375b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00110111 01011011
Octal 334 67 133
Decimal 220 55 91
Hex DC 37 5B

RGB Percentages of Color #dc375b

%60.11
%15.03
%24.86

CMYK Percentages of Color #dc375b

%0
%75
%59
%14

Triadic Colors of #dc375b

#dc375b #5bdc37 #375bdc

Analogous Colors of #dc375b

#dc375b #dc6637 #dc37ae

Monochromatic Colors of #dc375b

#dc375b

Complementary Color

#dc375b #37dcb8

#dc375b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc375b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc375b Color CSS Codes

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

#dc375b Text Font Color

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

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


#dc375b Background Color

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

This div background color is #dc375b


#dc375b Border Color

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

This div border color is #dc375b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc375b


Comments

No comments written yet.

Please login to write comment.