Color Hex Logo

#d04797 Color Hex

#D04797
(208,71,151)
0 Favorites   0 Comments

Color spaces of #d04797

RGB 20871151
HSL0.900.590.55
HSV325°66°82°
CMYK 0.000.660.27   0.18
XYZ33.851620.150731.3835
Yxy20.15070.39650.2360
Hunter Lab44.889556.0518-10.0286
CIE-Lab52.007261.2846-14.8587

#d04797 color RGB value is (208,71,151).

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

The process color (four color CMYK) of #d04797 color hex is 0.00, 0.66, 0.27, 0.18. Web safe color of #d04797 is #cc3399. Color #d04797 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01000111 10010111
Octal 320 107 227
Decimal 208 71 151
Hex D0 47 97

RGB Percentages of Color #d04797

%48.37
%16.51
%35.12

CMYK Percentages of Color #d04797

%0
%66
%27
%18

Triadic Colors of #d04797

#d04797 #97d047 #4797d0

Analogous Colors of #d04797

#d04797 #d04753 #c547d0

Monochromatic Colors of #d04797

#d04797

Complementary Color

#d04797 #47d080

#d04797 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d04797 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d04797 Color CSS Codes

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

#d04797 Text Font Color

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

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


#d04797 Background Color

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

This div background color is #d04797


#d04797 Border Color

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

This div border color is #d04797


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d04797


Comments

No comments written yet.

Please login to write comment.