Color Hex Logo

#d74755 Color Hex

#D74755
(215,71,85)
0 Favorites   0 Comments

Color spaces of #d74755

RGB 2157185
HSL0.980.640.56
HSV354°67°84°
CMYK 0.000.670.60   0.16
XYZ31.917319.609410.6971
Yxy19.60940.51290.3151
Hunter Lab44.282551.162316.6754
CIE-Lab51.392757.049823.9091

#d74755 color RGB value is (215,71,85).

#d74755 hex color red value is 215, green value is 71 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #d74755 hue: 0.98 , saturation: 0.64 and the lightness value of d74755 is 0.56.

The process color (four color CMYK) of #d74755 color hex is 0.00, 0.67, 0.60, 0.16. Web safe color of #d74755 is #cc3366. Color #d74755 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01000111 01010101
Octal 327 107 125
Decimal 215 71 85
Hex D7 47 55

RGB Percentages of Color #d74755

%57.95
%19.14
%22.91

CMYK Percentages of Color #d74755

%0
%67
%60
%16

Triadic Colors of #d74755

#d74755 #55d747 #4755d7

Analogous Colors of #d74755

#d74755 #d78147 #d7479d

Monochromatic Colors of #d74755

#d74755

Complementary Color

#d74755 #47d7c9

#d74755 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d74755 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d74755 Color CSS Codes

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

#d74755 Text Font Color

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

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


#d74755 Background Color

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

This div background color is #d74755


#d74755 Border Color

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

This div border color is #d74755


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d74755


Comments

No comments written yet.

Please login to write comment.