Color Hex Logo

#d8049c Color Hex

#D8049C
(216,4,156)
0 Favorites   0 Comments

Color spaces of #d8049c

RGB 2164156
HSL0.880.960.43
HSV317°98°85°
CMYK 0.000.980.28   0.15
XYZ34.363117.086132.9393
Yxy17.08610.40720.2025
Hunter Lab41.335376.0547-18.3123
CIE-Lab48.368378.7454-23.2806

#d8049c color RGB value is (216,4,156).

#d8049c hex color red value is 216, green value is 4 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #d8049c hue: 0.88 , saturation: 0.96 and the lightness value of d8049c is 0.43.

The process color (four color CMYK) of #d8049c color hex is 0.00, 0.98, 0.28, 0.15. Web safe color of #d8049c is #cc0099. Color #d8049c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00000100 10011100
Octal 330 4 234
Decimal 216 4 156
Hex D8 4 9C

RGB Percentages of Color #d8049c

%57.45
%1.06
%41.49

CMYK Percentages of Color #d8049c

%0
%98
%28
%15

Triadic Colors of #d8049c

#d8049c #9cd804 #049cd8

Analogous Colors of #d8049c

#d8049c #d80432 #aa04d8

Monochromatic Colors of #d8049c

#d8049c

Complementary Color

#d8049c #04d840

#d8049c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8049c Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8049c Color CSS Codes

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

#d8049c Text Font Color

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

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


#d8049c Background Color

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

This div background color is #d8049c


#d8049c Border Color

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

This div border color is #d8049c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(216,4,156, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d8049c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d8049c;
  -webkit-box-shadow: 1px 1px 3px 2px #d8049c;
  box-shadow:         1px 1px 3px 2px #d8049c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8049c


Comments

No comments written yet.

Please login to write comment.