Color Hex Logo

#d84445 Color Hex

#D84445
(216,68,69)
0 Favorites   0 Comments

Color spaces of #d84445

RGB 2166869
HSL1.000.650.56
HSV360°69°85°
CMYK 0.000.690.68   0.15
XYZ31.460219.16287.6709
Yxy19.16280.53970.3287
Hunter Lab43.775351.676520.2531
CIE-Lab50.877157.605032.7031

#d84445 color RGB value is (216,68,69).

#d84445 hex color red value is 216, green value is 68 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #d84445 hue: 1.00 , saturation: 0.65 and the lightness value of d84445 is 0.56.

The process color (four color CMYK) of #d84445 color hex is 0.00, 0.69, 0.68, 0.15. Web safe color of #d84445 is #cc3333. Color #d84445 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01000100 01000101
Octal 330 104 105
Decimal 216 68 69
Hex D8 44 45

RGB Percentages of Color #d84445

%61.19
%19.26
%19.55

CMYK Percentages of Color #d84445

%0
%69
%68
%15

Triadic Colors of #d84445

#d84445 #45d844 #4445d8

Analogous Colors of #d84445

#d84445 #d88d44 #d8448f

Monochromatic Colors of #d84445

#d84445

Complementary Color

#d84445 #44d8d7

#d84445 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d84445 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d84445 Color CSS Codes

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

#d84445 Text Font Color

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

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


#d84445 Background Color

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

This div background color is #d84445


#d84445 Border Color

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

This div border color is #d84445


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d84445


Comments

No comments written yet.

Please login to write comment.