Color Hex Logo

#d04a76 Color Hex

#D04A76
(208,74,118)
0 Favorites   0 Comments

Color spaces of #d04a76

RGB 20874118
HSL0.950.590.55
HSV340°64°82°
CMYK 0.000.640.43   0.18
XYZ31.731219.615519.2533
Yxy19.61550.44950.2778
Hunter Lab44.289450.38025.2283
CIE-Lab51.399756.34303.9498

#d04a76 color RGB value is (208,74,118).

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

The process color (four color CMYK) of #d04a76 color hex is 0.00, 0.64, 0.43, 0.18. Web safe color of #d04a76 is #cc3366. Color #d04a76 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01001010 01110110
Octal 320 112 166
Decimal 208 74 118
Hex D0 4A 76

RGB Percentages of Color #d04a76

%52.00
%18.50
%29.50

CMYK Percentages of Color #d04a76

%0
%64
%43
%18

Triadic Colors of #d04a76

#d04a76 #76d04a #4a76d0

Analogous Colors of #d04a76

#d04a76 #d0614a #d04ab9

Monochromatic Colors of #d04a76

#d04a76

Complementary Color

#d04a76 #4ad0a4

#d04a76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d04a76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d04a76 Color CSS Codes

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

#d04a76 Text Font Color

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

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


#d04a76 Background Color

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

This div background color is #d04a76


#d04a76 Border Color

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

This div border color is #d04a76


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d04a76


Comments

No comments written yet.

Please login to write comment.