Color Hex Logo

#d0598b Color Hex

#D0598B
(208,89,139)
0 Favorites   0 Comments

Color spaces of #d0598b

RGB 20889139
HSL0.930.560.58
HSV335°57°82°
CMYK 0.000.570.33   0.18
XYZ34.245022.418726.9484
Yxy22.41870.40960.2681
Hunter Lab47.348446.2415-0.6011
CIE-Lab54.468552.0432-4.0732

#d0598b color RGB value is (208,89,139).

#d0598b hex color red value is 208, green value is 89 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #d0598b hue: 0.93 , saturation: 0.56 and the lightness value of d0598b is 0.58.

The process color (four color CMYK) of #d0598b color hex is 0.00, 0.57, 0.33, 0.18. Web safe color of #d0598b is #cc6699. Color #d0598b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01011001 10001011
Octal 320 131 213
Decimal 208 89 139
Hex D0 59 8B

RGB Percentages of Color #d0598b

%47.71
%20.41
%31.88

CMYK Percentages of Color #d0598b

%0
%57
%33
%18

Triadic Colors of #d0598b

#d0598b #8bd059 #598bd0

Analogous Colors of #d0598b

#d0598b #d06359 #d059c7

Monochromatic Colors of #d0598b

#d0598b

Complementary Color

#d0598b #59d09e

#d0598b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0598b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0598b Color CSS Codes

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

#d0598b Text Font Color

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

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


#d0598b Background Color

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

This div background color is #d0598b


#d0598b Border Color

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

This div border color is #d0598b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0598b


Comments

No comments written yet.

Please login to write comment.