Color Hex Logo

#dc598b Color Hex

#DC598B
(220,89,139)
0 Favorites   0 Comments

Color spaces of #dc598b

RGB 22089139
HSL0.940.650.61
HSV337°60°86°
CMYK 0.000.600.37   0.14
XYZ37.747824.224527.1124
Yxy24.22450.42370.2719
Hunter Lab49.218450.76751.7924
CIE-Lab56.311955.8366-1.1491

#dc598b color RGB value is (220,89,139).

#dc598b hex color red value is 220, green value is 89 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #dc598b hue: 0.94 , saturation: 0.65 and the lightness value of dc598b is 0.61.

The process color (four color CMYK) of #dc598b color hex is 0.00, 0.60, 0.37, 0.14. Web safe color of #dc598b is #cc6699. Color #dc598b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01011001 10001011
Octal 334 131 213
Decimal 220 89 139
Hex DC 59 8B

RGB Percentages of Color #dc598b

%49.11
%19.87
%31.03

CMYK Percentages of Color #dc598b

%0
%60
%37
%14

Triadic Colors of #dc598b

#dc598b #8bdc59 #598bdc

Analogous Colors of #dc598b

#dc598b #dc6959 #dc59cd

Monochromatic Colors of #dc598b

#dc598b

Complementary Color

#dc598b #59dcaa

#dc598b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc598b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc598b Color CSS Codes

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

#dc598b Text Font Color

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

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


#dc598b Background Color

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

This div background color is #dc598b


#dc598b Border Color

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

This div border color is #dc598b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc598b


Comments

No comments written yet.

Please login to write comment.