Color Hex Logo

#d71372 Color Hex

#D71372
(215,19,114)
0 Favorites   0 Comments

Color spaces of #d71372

RGB 21519114
HSL0.920.840.46
HSV331°91°84°
CMYK 0.000.910.47   0.16
XYZ31.294516.127717.3831
Yxy16.12770.48290.2489
Hunter Lab40.159368.81892.4476
CIE-Lab47.141673.09820.3675

#d71372 color RGB value is (215,19,114).

#d71372 hex color red value is 215, green value is 19 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #d71372 hue: 0.92 , saturation: 0.84 and the lightness value of d71372 is 0.46.

The process color (four color CMYK) of #d71372 color hex is 0.00, 0.91, 0.47, 0.16. Web safe color of #d71372 is #cc0066. Color #d71372 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00010011 01110010
Octal 327 23 162
Decimal 215 19 114
Hex D7 13 72

RGB Percentages of Color #d71372

%61.78
%5.46
%32.76

CMYK Percentages of Color #d71372

%0
%91
%47
%16

Triadic Colors of #d71372

#d71372 #72d713 #1372d7

Analogous Colors of #d71372

#d71372 #d71613 #d713d4

Monochromatic Colors of #d71372

#d71372

Complementary Color

#d71372 #13d778

#d71372 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d71372 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d71372 Color CSS Codes

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

#d71372 Text Font Color

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

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


#d71372 Background Color

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

This div background color is #d71372


#d71372 Border Color

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

This div border color is #d71372


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d71372


Comments

No comments written yet.

Please login to write comment.