Color Hex Logo

#d55411 Color Hex

#D55411
(213,84,17)
0 Favorites   0 Comments

Color spaces of #d55411

RGB 2138417
HSL0.060.850.45
HSV21°92°84°
CMYK 0.000.610.92   0.16
XYZ30.712120.52732.8738
Yxy20.52730.56760.3793
Hunter Lab45.307141.711627.9542
CIE-Lab52.428248.155858.4324

#d55411 color RGB value is (213,84,17).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 01010100 00010001
Octal 325 124 21
Decimal 213 84 17
Hex D5 54 11

RGB Percentages of Color #d55411

%67.83
%26.75
%5.41

CMYK Percentages of Color #d55411

%0
%61
%92
%16

Triadic Colors of #d55411

#d55411 #11d554 #5411d5

Analogous Colors of #d55411

#d55411 #d5b611 #d51130

Monochromatic Colors of #d55411

#d55411

Complementary Color

#d55411 #1192d5

#d55411 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d55411 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d55411 Color CSS Codes

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

#d55411 Text Font Color

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

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


#d55411 Background Color

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

This div background color is #d55411


#d55411 Border Color

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

This div border color is #d55411


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d55411


Comments

No comments written yet.

Please login to write comment.