Color Hex Logo

#d71944 Color Hex

#D71944
(215,25,68)
0 Favorites   0 Comments

Color spaces of #d71944

RGB 2152568
HSL0.960.790.47
HSV346°88°84°
CMYK 0.000.880.68   0.16
XYZ29.415415.55976.9218
Yxy15.55970.56680.2998
Hunter Lab39.445864.080417.2081
CIE-Lab46.391469.278027.7506

#d71944 color RGB value is (215,25,68).

#d71944 hex color red value is 215, green value is 25 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #d71944 hue: 0.96 , saturation: 0.79 and the lightness value of d71944 is 0.47.

The process color (four color CMYK) of #d71944 color hex is 0.00, 0.88, 0.68, 0.16. Web safe color of #d71944 is #cc0033. Color #d71944 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00011001 01000100
Octal 327 31 104
Decimal 215 25 68
Hex D7 19 44

RGB Percentages of Color #d71944

%69.81
%8.12
%22.08

CMYK Percentages of Color #d71944

%0
%88
%68
%16

Triadic Colors of #d71944

#d71944 #44d719 #1944d7

Analogous Colors of #d71944

#d71944 #d74d19 #d719a3

Monochromatic Colors of #d71944

#d71944

Complementary Color

#d71944 #19d7ac

#d71944 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d71944 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d71944 Color CSS Codes

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

#d71944 Text Font Color

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

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


#d71944 Background Color

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

This div background color is #d71944


#d71944 Border Color

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

This div border color is #d71944


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d71944


Comments

No comments written yet.

Please login to write comment.