Color Hex Logo

#d55100 Color Hex

#D55100
(213,81,0)
0 Favorites   0 Comments

Color spaces of #d55100

RGB 213810
HSL0.061.000.42
HSV23°100°84°
CMYK 0.000.621.00   0.16
XYZ30.383020.03102.2650
Yxy20.03100.57680.3802
Hunter Lab44.756042.853328.3287
CIE-Lab51.872249.322362.0165

#d55100 color RGB value is (213,81,0).

#d55100 hex color red value is 213, green value is 81 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #d55100 hue: 0.06 , saturation: 1.00 and the lightness value of d55100 is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 01010001 00000000
Octal 325 121 0
Decimal 213 81 0
Hex D5 51 0

RGB Percentages of Color #d55100

%72.45
%27.55
%0.00

CMYK Percentages of Color #d55100

%0
%62
%100
%16

Triadic Colors of #d55100

#d55100 #00d551 #5100d5

Analogous Colors of #d55100

#d55100 #d5bc00 #d50019

Monochromatic Colors of #d55100

#d55100

Complementary Color

#d55100 #0084d5

#d55100 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d55100 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d55100 Color CSS Codes

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

#d55100 Text Font Color

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

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


#d55100 Background Color

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

This div background color is #d55100


#d55100 Border Color

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

This div border color is #d55100


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d55100


Comments

No comments written yet.

Please login to write comment.