Color Hex Logo

#d72794 Color Hex

#D72794
(215,39,148)
0 Favorites   0 Comments

Color spaces of #d72794

RGB 21539148
HSL0.900.690.50
HSV323°82°84°
CMYK 0.000.820.31   0.16
XYZ34.095118.036229.7013
Yxy18.03620.41660.2204
Hunter Lab42.469068.9830-11.7369
CIE-Lab49.540072.7668-16.7085

#d72794 color RGB value is (215,39,148).

#d72794 hex color red value is 215, green value is 39 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #d72794 hue: 0.90 , saturation: 0.69 and the lightness value of d72794 is 0.50.

The process color (four color CMYK) of #d72794 color hex is 0.00, 0.82, 0.31, 0.16. Web safe color of #d72794 is #cc3399. Color #d72794 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00100111 10010100
Octal 327 47 224
Decimal 215 39 148
Hex D7 27 94

RGB Percentages of Color #d72794

%53.48
%9.70
%36.82

CMYK Percentages of Color #d72794

%0
%82
%31
%16

Triadic Colors of #d72794

#d72794 #94d727 #2794d7

Analogous Colors of #d72794

#d72794 #d7273c #c227d7

Monochromatic Colors of #d72794

#d72794

Complementary Color

#d72794 #27d76a

#d72794 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d72794 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d72794 Color CSS Codes

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

#d72794 Text Font Color

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

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


#d72794 Background Color

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

This div background color is #d72794


#d72794 Border Color

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

This div border color is #d72794


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,39,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 #d72794">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d72794


Comments

No comments written yet.

Please login to write comment.