Color Hex Logo

#d72698 Color Hex

#D72698
(215,38,152)
0 Favorites   0 Comments

Color spaces of #d72698

RGB 21538152
HSL0.890.700.50
HSV321°82°84°
CMYK 0.000.820.29   0.16
XYZ34.384918.100331.3872
Yxy18.10030.41000.2158
Hunter Lab42.544469.8129-13.9601
CIE-Lab49.617573.4362-18.9840

#d72698 color RGB value is (215,38,152).

#d72698 hex color red value is 215, green value is 38 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #d72698 hue: 0.89 , saturation: 0.70 and the lightness value of d72698 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 00100110 10011000
Octal 327 46 230
Decimal 215 38 152
Hex D7 26 98

RGB Percentages of Color #d72698

%53.09
%9.38
%37.53

CMYK Percentages of Color #d72698

%0
%82
%29
%16

Triadic Colors of #d72698

#d72698 #98d726 #2698d7

Analogous Colors of #d72698

#d72698 #d72640 #be26d7

Monochromatic Colors of #d72698

#d72698

Complementary Color

#d72698 #26d765

#d72698 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d72698 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d72698 Color CSS Codes

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

#d72698 Text Font Color

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

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


#d72698 Background Color

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

This div background color is #d72698


#d72698 Border Color

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

This div border color is #d72698


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d72698


Comments

No comments written yet.

Please login to write comment.