Color Hex Logo

#d75371 Color Hex

#D75371
(215,83,113)
0 Favorites   0 Comments

Color spaces of #d75371

RGB 21583113
HSL0.960.620.58
HSV346°61°84°
CMYK 0.000.610.47   0.16
XYZ34.098221.825818.0384
Yxy21.82580.46100.2951
Hunter Lab46.718148.52549.8101
CIE-Lab53.841754.235710.5728

#d75371 color RGB value is (215,83,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 01010011 01110001
Octal 327 123 161
Decimal 215 83 113
Hex D7 53 71

RGB Percentages of Color #d75371

%52.31
%20.19
%27.49

CMYK Percentages of Color #d75371

%0
%61
%47
%16

Triadic Colors of #d75371

#d75371 #71d753 #5371d7

Analogous Colors of #d75371

#d75371 #d77753 #d753b3

Monochromatic Colors of #d75371

#d75371

Complementary Color

#d75371 #53d7b9

#d75371 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d75371 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d75371 Color CSS Codes

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

#d75371 Text Font Color

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

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


#d75371 Background Color

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

This div background color is #d75371


#d75371 Border Color

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

This div border color is #d75371


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d75371


Comments

No comments written yet.

Please login to write comment.