Color Hex Logo

#d55317 Color Hex

#D55317
(213,83,23)
0 Favorites   0 Comments

Color spaces of #d55317

RGB 2138323
HSL0.050.810.46
HSV19°89°84°
CMYK 0.000.610.89   0.16
XYZ30.688520.39453.1297
Yxy20.39450.56610.3762
Hunter Lab45.160342.268627.5033
CIE-Lab52.280348.705356.4599

#d55317 color RGB value is (213,83,23).

#d55317 hex color red value is 213, green value is 83 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #d55317 hue: 0.05 , saturation: 0.81 and the lightness value of d55317 is 0.46.

The process color (four color CMYK) of #d55317 color hex is 0.00, 0.61, 0.89, 0.16. Web safe color of #d55317 is #cc6600. Color #d55317 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01010011 00010111
Octal 325 123 27
Decimal 213 83 23
Hex D5 53 17

RGB Percentages of Color #d55317

%66.77
%26.02
%7.21

CMYK Percentages of Color #d55317

%0
%61
%89
%16

Triadic Colors of #d55317

#d55317 #17d553 #5317d5

Analogous Colors of #d55317

#d55317 #d5b217 #d5173a

Monochromatic Colors of #d55317

#d55317

Complementary Color

#d55317 #1799d5

#d55317 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d55317 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d55317 Color CSS Codes

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

#d55317 Text Font Color

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

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


#d55317 Background Color

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

This div background color is #d55317


#d55317 Border Color

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

This div border color is #d55317


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d55317


Comments

No comments written yet.

Please login to write comment.