Color Hex Logo

#d55204 Color Hex

#D55204
(213,82,4)
0 Favorites   0 Comments

Color spaces of #d55204

RGB 213824
HSL0.060.960.43
HSV22°98°84°
CMYK 0.000.620.98   0.16
XYZ30.479820.18952.4054
Yxy20.18950.57430.3804
Hunter Lab44.932742.451928.2789
CIE-Lab52.050848.915461.2105

#d55204 color RGB value is (213,82,4).

#d55204 hex color red value is 213, green value is 82 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #d55204 hue: 0.06 , saturation: 0.96 and the lightness value of d55204 is 0.43.

The process color (four color CMYK) of #d55204 color hex is 0.00, 0.62, 0.98, 0.16. Web safe color of #d55204 is #cc6600. Color #d55204 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01010010 00000100
Octal 325 122 4
Decimal 213 82 4
Hex D5 52 4

RGB Percentages of Color #d55204

%71.24
%27.42
%1.34

CMYK Percentages of Color #d55204

%0
%62
%98
%16

Triadic Colors of #d55204

#d55204 #04d552 #5204d5

Analogous Colors of #d55204

#d55204 #d5bb04 #d5041e

Monochromatic Colors of #d55204

#d55204

Complementary Color

#d55204 #0487d5

#d55204 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d55204 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d55204 Color CSS Codes

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

#d55204 Text Font Color

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

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


#d55204 Background Color

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

This div background color is #d55204


#d55204 Border Color

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

This div border color is #d55204


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(213,82,4, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d55204; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d55204;
  -webkit-box-shadow: 1px 1px 3px 2px #d55204;
  box-shadow:         1px 1px 3px 2px #d55204; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d55204


Comments

No comments written yet.

Please login to write comment.