Color Hex Logo

#d75570 Color Hex

#D75570
(215,85,112)
0 Favorites   0 Comments

Color spaces of #d75570

RGB 21585112
HSL0.970.620.59
HSV348°60°84°
CMYK 0.000.600.48   0.16
XYZ34.197522.113917.7952
Yxy22.11390.46150.2984
Hunter Lab47.025447.513110.4815
CIE-Lab54.147653.261511.5962

#d75570 color RGB value is (215,85,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 01010101 01110000
Octal 327 125 160
Decimal 215 85 112
Hex D7 55 70

RGB Percentages of Color #d75570

%52.18
%20.63
%27.18

CMYK Percentages of Color #d75570

%0
%60
%48
%16

Triadic Colors of #d75570

#d75570 #70d755 #5570d7

Analogous Colors of #d75570

#d75570 #d77b55 #d755b1

Monochromatic Colors of #d75570

#d75570

Complementary Color

#d75570 #55d7bc

#d75570 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d75570 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d75570 Color CSS Codes

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

#d75570 Text Font Color

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

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


#d75570 Background Color

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

This div background color is #d75570


#d75570 Border Color

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

This div border color is #d75570


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d75570


Comments

No comments written yet.

Please login to write comment.