Color Hex Logo

#d05340 Color Hex

#D05340
(208,83,64)
4 Favorites   0 Comments

Color spaces of #d05340

RGB 2088364
HSL0.020.610.53
HSV69°82°
CMYK 0.000.600.69   0.18
XYZ30.031119.96667.1216
Yxy19.96660.52580.3496
Hunter Lab44.684041.768821.8293
CIE-Lab51.799448.311136.3140

#d05340 color RGB value is (208,83,64).

#d05340 hex color red value is 208, green value is 83 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #d05340 hue: 0.02 , saturation: 0.61 and the lightness value of d05340 is 0.53.

The process color (four color CMYK) of #d05340 color hex is 0.00, 0.60, 0.69, 0.18. Web safe color of #d05340 is #cc6633. Color #d05340 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01010011 01000000
Octal 320 123 100
Decimal 208 83 64
Hex D0 53 40

RGB Percentages of Color #d05340

%58.59
%23.38
%18.03

CMYK Percentages of Color #d05340

%0
%60
%69
%18

Triadic Colors of #d05340

#d05340 #40d053 #5340d0

Analogous Colors of #d05340

#d05340 #d09b40 #d04075

Monochromatic Colors of #d05340

#d05340

Complementary Color

#d05340 #40bdd0

#d05340 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d05340 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d05340 Color CSS Codes

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

#d05340 Text Font Color

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

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


#d05340 Background Color

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

This div background color is #d05340


#d05340 Border Color

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

This div border color is #d05340


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(208,83,64, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d05340; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d05340;
  -webkit-box-shadow: 1px 1px 3px 2px #d05340;
  box-shadow:         1px 1px 3px 2px #d05340; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,83,64, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d05340


Comments

No comments written yet.

Please login to write comment.