Color Hex Logo

#d0497d Color Hex

#D0497D
(208,73,125)
0 Favorites   0 Comments

Color spaces of #d0497d

RGB 20873125
HSL0.940.590.55
HSV337°65°82°
CMYK 0.000.650.40   0.18
XYZ32.096619.655721.5043
Yxy19.65570.43810.2683
Hunter Lab44.334751.64112.2761
CIE-Lab51.445757.4710-0.1855

#d0497d color RGB value is (208,73,125).

#d0497d hex color red value is 208, green value is 73 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #d0497d hue: 0.94 , saturation: 0.59 and the lightness value of d0497d is 0.55.

The process color (four color CMYK) of #d0497d color hex is 0.00, 0.65, 0.40, 0.18. Web safe color of #d0497d is #cc3366. Color #d0497d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01001001 01111101
Octal 320 111 175
Decimal 208 73 125
Hex D0 49 7D

RGB Percentages of Color #d0497d

%51.23
%17.98
%30.79

CMYK Percentages of Color #d0497d

%0
%65
%40
%18

Triadic Colors of #d0497d

#d0497d #7dd049 #497dd0

Analogous Colors of #d0497d

#d0497d #d05949 #d049c1

Monochromatic Colors of #d0497d

#d0497d

Complementary Color

#d0497d #49d09c

#d0497d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0497d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0497d Color CSS Codes

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

#d0497d Text Font Color

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

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


#d0497d Background Color

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

This div background color is #d0497d


#d0497d Border Color

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

This div border color is #d0497d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0497d


Comments

No comments written yet.

Please login to write comment.