Color Hex Logo

#d80794 Color Hex

#D80794
(216,7,148)
0 Favorites   0 Comments

Color spaces of #d80794

RGB 2167148
HSL0.890.940.44
HSV320°97°85°
CMYK 0.000.970.31   0.15
XYZ33.740216.889029.4986
Yxy16.88900.42110.2108
Hunter Lab41.096274.6310-13.7906
CIE-Lab48.119977.6510-18.8613

#d80794 color RGB value is (216,7,148).

#d80794 hex color red value is 216, green value is 7 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #d80794 hue: 0.89 , saturation: 0.94 and the lightness value of d80794 is 0.44.

The process color (four color CMYK) of #d80794 color hex is 0.00, 0.97, 0.31, 0.15. Web safe color of #d80794 is #cc0099. Color #d80794 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00000111 10010100
Octal 330 7 224
Decimal 216 7 148
Hex D8 7 94

RGB Percentages of Color #d80794

%58.22
%1.89
%39.89

CMYK Percentages of Color #d80794

%0
%97
%31
%15

Triadic Colors of #d80794

#d80794 #94d807 #0794d8

Analogous Colors of #d80794

#d80794 #d8072c #b407d8

Monochromatic Colors of #d80794

#d80794

Complementary Color

#d80794 #07d84b

#d80794 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d80794 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d80794 Color CSS Codes

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

#d80794 Text Font Color

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

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


#d80794 Background Color

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

This div background color is #d80794


#d80794 Border Color

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

This div border color is #d80794


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d80794


Comments

No comments written yet.

Please login to write comment.