Color Hex Logo

#d65841 Color Hex

#D65841
(214,88,65)
0 Favorites   0 Comments

Color spaces of #d65841

RGB 2148865
HSL0.030.650.55
HSV70°84°
CMYK 0.000.590.70   0.16
XYZ32.175421.65727.4855
Yxy21.65720.52470.3532
Hunter Lab46.537341.972823.0393
CIE-Lab53.661448.205238.1745

#d65841 color RGB value is (214,88,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 01011000 01000001
Octal 326 130 101
Decimal 214 88 65
Hex D6 58 41

RGB Percentages of Color #d65841

%58.31
%23.98
%17.71

CMYK Percentages of Color #d65841

%0
%59
%70
%16

Triadic Colors of #d65841

#d65841 #41d658 #5841d6

Analogous Colors of #d65841

#d65841 #d6a341 #d64175

Monochromatic Colors of #d65841

#d65841

Complementary Color

#d65841 #41bfd6

#d65841 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d65841 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d65841 Color CSS Codes

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

#d65841 Text Font Color

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

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


#d65841 Background Color

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

This div background color is #d65841


#d65841 Border Color

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

This div border color is #d65841


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d65841


Comments

No comments written yet.

Please login to write comment.