Color Hex Logo

#d65641 Color Hex

#D65641
(214,86,65)
0 Favorites   0 Comments

Color spaces of #d65641

RGB 2148665
HSL0.020.650.55
HSV70°84°
CMYK 0.000.600.70   0.16
XYZ32.013521.33347.4315
Yxy21.33340.52670.3510
Hunter Lab46.188142.891222.7921
CIE-Lab53.312549.123737.7704

#d65641 color RGB value is (214,86,65).

#d65641 hex color red value is 214, green value is 86 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #d65641 hue: 0.02 , saturation: 0.65 and the lightness value of d65641 is 0.55.

The process color (four color CMYK) of #d65641 color hex is 0.00, 0.60, 0.70, 0.16. Web safe color of #d65641 is #cc6633. Color #d65641 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01010110 01000001
Octal 326 126 101
Decimal 214 86 65
Hex D6 56 41

RGB Percentages of Color #d65641

%58.63
%23.56
%17.81

CMYK Percentages of Color #d65641

%0
%60
%70
%16

Triadic Colors of #d65641

#d65641 #41d656 #5641d6

Analogous Colors of #d65641

#d65641 #d6a141 #d64177

Monochromatic Colors of #d65641

#d65641

Complementary Color

#d65641 #41c1d6

#d65641 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d65641 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d65641 Color CSS Codes

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

#d65641 Text Font Color

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

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


#d65641 Background Color

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

This div background color is #d65641


#d65641 Border Color

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

This div border color is #d65641


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d65641


Comments

No comments written yet.

Please login to write comment.