Color Hex Logo

#d55813 Color Hex

#D55813
(213,88,19)
0 Favorites   0 Comments

Color spaces of #d55813

RGB 2138819
HSL0.060.840.45
HSV21°91°84°
CMYK 0.000.590.91   0.16
XYZ31.047821.17263.0664
Yxy21.17260.56160.3830
Hunter Lab46.013739.919128.2584
CIE-Lab53.137946.342558.3543

#d55813 color RGB value is (213,88,19).

#d55813 hex color red value is 213, green value is 88 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #d55813 hue: 0.06 , saturation: 0.84 and the lightness value of d55813 is 0.45.

The process color (four color CMYK) of #d55813 color hex is 0.00, 0.59, 0.91, 0.16. Web safe color of #d55813 is #cc6600. Color #d55813 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01011000 00010011
Octal 325 130 23
Decimal 213 88 19
Hex D5 58 13

RGB Percentages of Color #d55813

%66.56
%27.50
%5.94

CMYK Percentages of Color #d55813

%0
%59
%91
%16

Triadic Colors of #d55813

#d55813 #13d558 #5813d5

Analogous Colors of #d55813

#d55813 #d5b913 #d5132f

Monochromatic Colors of #d55813

#d55813

Complementary Color

#d55813 #1390d5

#d55813 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d55813 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d55813 Color CSS Codes

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

#d55813 Text Font Color

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

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


#d55813 Background Color

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

This div background color is #d55813


#d55813 Border Color

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

This div border color is #d55813


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d55813


Comments

No comments written yet.

Please login to write comment.