Color Hex Logo

#d7445f Color Hex

#D7445F
(215,68,95)
0 Favorites   0 Comments

Color spaces of #d7445f

RGB 2156895
HSL0.970.650.55
HSV349°68°84°
CMYK 0.000.680.56   0.16
XYZ32.157019.407512.8776
Yxy19.40750.49900.3012
Hunter Lab44.053953.201013.5064
CIE-Lab51.160658.918117.6220

#d7445f color RGB value is (215,68,95).

#d7445f hex color red value is 215, green value is 68 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #d7445f hue: 0.97 , saturation: 0.65 and the lightness value of d7445f is 0.55.

The process color (four color CMYK) of #d7445f color hex is 0.00, 0.68, 0.56, 0.16. Web safe color of #d7445f is #cc3366. Color #d7445f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01000100 01011111
Octal 327 104 137
Decimal 215 68 95
Hex D7 44 5F

RGB Percentages of Color #d7445f

%56.88
%17.99
%25.13

CMYK Percentages of Color #d7445f

%0
%68
%56
%16

Triadic Colors of #d7445f

#d7445f #5fd744 #445fd7

Analogous Colors of #d7445f

#d7445f #d77344 #d744a9

Monochromatic Colors of #d7445f

#d7445f

Complementary Color

#d7445f #44d7bc

#d7445f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7445f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7445f Color CSS Codes

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

#d7445f Text Font Color

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

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


#d7445f Background Color

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

This div background color is #d7445f


#d7445f Border Color

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

This div border color is #d7445f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7445f


Comments

No comments written yet.

Please login to write comment.