Color Hex Logo

#dc395b Color Hex

#DC395B
(220,57,91)
0 Favorites   0 Comments

Color spaces of #dc395b

RGB 2205791
HSL0.970.700.54
HSV347°74°86°
CMYK 0.000.740.59   0.14
XYZ32.866718.897211.8128
Yxy18.89720.51700.2972
Hunter Lab43.470958.883014.3182
CIE-Lab50.566764.022319.3821

#dc395b color RGB value is (220,57,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00111001 01011011
Octal 334 71 133
Decimal 220 57 91
Hex DC 39 5B

RGB Percentages of Color #dc395b

%59.78
%15.49
%24.73

CMYK Percentages of Color #dc395b

%0
%74
%59
%14

Triadic Colors of #dc395b

#dc395b #5bdc39 #395bdc

Analogous Colors of #dc395b

#dc395b #dc6939 #dc39ad

Monochromatic Colors of #dc395b

#dc395b

Complementary Color

#dc395b #39dcba

#dc395b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc395b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc395b Color CSS Codes

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

#dc395b Text Font Color

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

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


#dc395b Background Color

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

This div background color is #dc395b


#dc395b Border Color

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

This div border color is #dc395b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,57,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 #dc395b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc395b


Comments

No comments written yet.

Please login to write comment.