Color Hex Logo

#d04879 Color Hex

#D04879
(208,72,121)
0 Favorites   0 Comments

Color spaces of #d04879

RGB 20872121
HSL0.940.590.55
HSV338°65°82°
CMYK 0.000.650.42   0.18
XYZ31.781019.425120.1635
Yxy19.42510.44530.2722
Hunter Lab44.073951.58423.7270
CIE-Lab51.180957.46741.8308

#d04879 color RGB value is (208,72,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01001000 01111001
Octal 320 110 171
Decimal 208 72 121
Hex D0 48 79

RGB Percentages of Color #d04879

%51.87
%17.96
%30.17

CMYK Percentages of Color #d04879

%0
%65
%42
%18

Triadic Colors of #d04879

#d04879 #79d048 #4879d0

Analogous Colors of #d04879

#d04879 #d05b48 #d048bd

Monochromatic Colors of #d04879

#d04879

Complementary Color

#d04879 #48d09f

#d04879 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d04879 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d04879 Color CSS Codes

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

#d04879 Text Font Color

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

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


#d04879 Background Color

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

This div background color is #d04879


#d04879 Border Color

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

This div border color is #d04879


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d04879


Comments

No comments written yet.

Please login to write comment.