Color Hex Logo

#d72172 Color Hex

#D72172
(215,33,114)
0 Favorites   0 Comments

Color spaces of #d72172

RGB 21533114
HSL0.930.730.49
HSV333°85°84°
CMYK 0.000.850.47   0.16
XYZ31.605516.749717.4868
Yxy16.74970.48000.2544
Hunter Lab40.926466.22583.3154
CIE-Lab47.943170.78341.5341

#d72172 color RGB value is (215,33,114).

#d72172 hex color red value is 215, green value is 33 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #d72172 hue: 0.93 , saturation: 0.73 and the lightness value of d72172 is 0.49.

The process color (four color CMYK) of #d72172 color hex is 0.00, 0.85, 0.47, 0.16. Web safe color of #d72172 is #cc3366. Color #d72172 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00100001 01110010
Octal 327 41 162
Decimal 215 33 114
Hex D7 21 72

RGB Percentages of Color #d72172

%59.39
%9.12
%31.49

CMYK Percentages of Color #d72172

%0
%85
%47
%16

Triadic Colors of #d72172

#d72172 #72d721 #2172d7

Analogous Colors of #d72172

#d72172 #d72b21 #d721cd

Monochromatic Colors of #d72172

#d72172

Complementary Color

#d72172 #21d786

#d72172 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d72172 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d72172 Color CSS Codes

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

#d72172 Text Font Color

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

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


#d72172 Background Color

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

This div background color is #d72172


#d72172 Border Color

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

This div border color is #d72172


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d72172


Comments

No comments written yet.

Please login to write comment.