Color Hex Logo

#dc599b Color Hex

#DC599B
(220,89,155)
0 Favorites   0 Comments

Color spaces of #dc599b

RGB 22089155
HSL0.920.650.61
HSV330°60°86°
CMYK 0.000.600.30   0.14
XYZ39.004024.727033.7274
Yxy24.72700.40020.2537
Hunter Lab49.726352.9899-5.4057
CIE-Lab56.808557.7287-9.7910

#dc599b color RGB value is (220,89,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01011001 10011011
Octal 334 131 233
Decimal 220 89 155
Hex DC 59 9B

RGB Percentages of Color #dc599b

%47.41
%19.18
%33.41

CMYK Percentages of Color #dc599b

%0
%60
%30
%14

Triadic Colors of #dc599b

#dc599b #9bdc59 #599bdc

Analogous Colors of #dc599b

#dc599b #dc595a #dc59dc

Monochromatic Colors of #dc599b

#dc599b

Complementary Color

#dc599b #59dc9a

#dc599b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc599b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc599b Color CSS Codes

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

#dc599b Text Font Color

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

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


#dc599b Background Color

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

This div background color is #dc599b


#dc599b Border Color

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

This div border color is #dc599b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc599b


Comments

No comments written yet.

Please login to write comment.