Color Hex Logo

#d0598d Color Hex

#D0598D
(208,89,141)
0 Favorites   0 Comments

Color spaces of #d0598d

RGB 20889141
HSL0.930.560.58
HSV334°57°82°
CMYK 0.000.570.32   0.18
XYZ34.392522.477727.7253
Yxy22.47770.40660.2657
Hunter Lab47.410746.5183-1.4848
CIE-Lab54.530252.2871-5.1619

#d0598d color RGB value is (208,89,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01011001 10001101
Octal 320 131 215
Decimal 208 89 141
Hex D0 59 8D

RGB Percentages of Color #d0598d

%47.49
%20.32
%32.19

CMYK Percentages of Color #d0598d

%0
%57
%32
%18

Triadic Colors of #d0598d

#d0598d #8dd059 #598dd0

Analogous Colors of #d0598d

#d0598d #d06159 #d059c9

Monochromatic Colors of #d0598d

#d0598d

Complementary Color

#d0598d #59d09c

#d0598d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0598d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0598d Color CSS Codes

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

#d0598d Text Font Color

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

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


#d0598d Background Color

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

This div background color is #d0598d


#d0598d Border Color

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

This div border color is #d0598d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0598d


Comments

No comments written yet.

Please login to write comment.