Color Hex Logo

#d90744 Color Hex

#D90744
(217,7,68)
0 Favorites   0 Comments

Color spaces of #d90744

RGB 217768
HSL0.950.940.44
HSV343°97°85°
CMYK 0.000.970.69   0.15
XYZ29.734615.32106.8589
Yxy15.32100.57280.2951
Hunter Lab39.142067.100517.0100
CIE-Lab46.070871.879227.4402

#d90744 color RGB value is (217,7,68).

#d90744 hex color red value is 217, green value is 7 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #d90744 hue: 0.95 , saturation: 0.94 and the lightness value of d90744 is 0.44.

The process color (four color CMYK) of #d90744 color hex is 0.00, 0.97, 0.69, 0.15. Web safe color of #d90744 is #cc0033. Color #d90744 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00000111 01000100
Octal 331 7 104
Decimal 217 7 68
Hex D9 7 44

RGB Percentages of Color #d90744

%74.32
%2.40
%23.29

CMYK Percentages of Color #d90744

%0
%97
%69
%15

Triadic Colors of #d90744

#d90744 #44d907 #0744d9

Analogous Colors of #d90744

#d90744 #d93307 #d907ad

Monochromatic Colors of #d90744

#d90744

Complementary Color

#d90744 #07d99c

#d90744 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d90744 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d90744 Color CSS Codes

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

#d90744 Text Font Color

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

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


#d90744 Background Color

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

This div background color is #d90744


#d90744 Border Color

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

This div border color is #d90744


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d90744


Comments

No comments written yet.

Please login to write comment.