Color Hex Logo

#d64615 Color Hex

#D64615
(214,70,21)
0 Favorites   0 Comments

Color spaces of #d64615

RGB 2147021
HSL0.040.820.46
HSV15°90°84°
CMYK 0.000.670.90   0.16
XYZ30.057118.73062.7407
Yxy18.73060.58330.3635
Hunter Lab43.278948.229926.5406
CIE-Lab50.370554.568555.8185

#d64615 color RGB value is (214,70,21).

#d64615 hex color red value is 214, green value is 70 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #d64615 hue: 0.04 , saturation: 0.82 and the lightness value of d64615 is 0.46.

The process color (four color CMYK) of #d64615 color hex is 0.00, 0.67, 0.90, 0.16. Web safe color of #d64615 is #cc3300. Color #d64615 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01000110 00010101
Octal 326 106 25
Decimal 214 70 21
Hex D6 46 15

RGB Percentages of Color #d64615

%70.16
%22.95
%6.89

CMYK Percentages of Color #d64615

%0
%67
%90
%16

Triadic Colors of #d64615

#d64615 #15d646 #4615d6

Analogous Colors of #d64615

#d64615 #d6a715 #d61545

Monochromatic Colors of #d64615

#d64615

Complementary Color

#d64615 #15a5d6

#d64615 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d64615 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d64615 Color CSS Codes

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

#d64615 Text Font Color

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

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


#d64615 Background Color

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

This div background color is #d64615


#d64615 Border Color

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

This div border color is #d64615


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(214,70,21, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d64615; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d64615;
  -webkit-box-shadow: 1px 1px 3px 2px #d64615;
  box-shadow:         1px 1px 3px 2px #d64615; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,70,21, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d64615


Comments

No comments written yet.

Please login to write comment.