Color Hex Logo

#d75671 Color Hex

#D75671
(215,86,113)
0 Favorites   0 Comments

Color spaces of #d75671

RGB 21586113
HSL0.970.620.59
HSV347°60°84°
CMYK 0.000.600.47   0.16
XYZ34.332822.294918.1166
Yxy22.29490.45930.2983
Hunter Lab47.217547.160410.3036
CIE-Lab54.338552.907211.2709

#d75671 color RGB value is (215,86,113).

#d75671 hex color red value is 215, green value is 86 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #d75671 hue: 0.97 , saturation: 0.62 and the lightness value of d75671 is 0.59.

The process color (four color CMYK) of #d75671 color hex is 0.00, 0.60, 0.47, 0.16. Web safe color of #d75671 is #cc6666. Color #d75671 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01010110 01110001
Octal 327 126 161
Decimal 215 86 113
Hex D7 56 71

RGB Percentages of Color #d75671

%51.93
%20.77
%27.29

CMYK Percentages of Color #d75671

%0
%60
%47
%16

Triadic Colors of #d75671

#d75671 #71d756 #5671d7

Analogous Colors of #d75671

#d75671 #d77c56 #d756b2

Monochromatic Colors of #d75671

#d75671

Complementary Color

#d75671 #56d7bc

#d75671 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d75671 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d75671 Color CSS Codes

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

#d75671 Text Font Color

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

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


#d75671 Background Color

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

This div background color is #d75671


#d75671 Border Color

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

This div border color is #d75671


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d75671


Comments

No comments written yet.

Please login to write comment.