Color Hex Logo

#d84318 Color Hex

#D84318
(216,67,24)
0 Favorites   0 Comments

Color spaces of #d84318

RGB 2166724
HSL0.040.800.47
HSV13°89°85°
CMYK 0.000.690.89   0.15
XYZ30.490918.67922.8625
Yxy18.67920.58600.3590
Hunter Lab43.219450.296026.3267
CIE-Lab50.309856.461454.8580

#d84318 color RGB value is (216,67,24).

#d84318 hex color red value is 216, green value is 67 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #d84318 hue: 0.04 , saturation: 0.80 and the lightness value of d84318 is 0.47.

The process color (four color CMYK) of #d84318 color hex is 0.00, 0.69, 0.89, 0.15. Web safe color of #d84318 is #cc3300. Color #d84318 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01000011 00011000
Octal 330 103 30
Decimal 216 67 24
Hex D8 43 18

RGB Percentages of Color #d84318

%70.36
%21.82
%7.82

CMYK Percentages of Color #d84318

%0
%69
%89
%15

Triadic Colors of #d84318

#d84318 #18d843 #4318d8

Analogous Colors of #d84318

#d84318 #d8a318 #d8184d

Monochromatic Colors of #d84318

#d84318

Complementary Color

#d84318 #18add8

#d84318 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d84318 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d84318 Color CSS Codes

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

#d84318 Text Font Color

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

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


#d84318 Background Color

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

This div background color is #d84318


#d84318 Border Color

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

This div border color is #d84318


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d84318


Comments

No comments written yet.

Please login to write comment.