Color Hex Logo

#d5280d Color Hex

#D5280D
(213,40,13)
0 Favorites   0 Comments

Color spaces of #d5280d

RGB 2134013
HSL0.020.880.44
HSV94°84°
CMYK 0.000.810.94   0.16
XYZ28.272015.69281.9197
Yxy15.69280.61620.3420
Hunter Lab39.614158.068024.8567
CIE-Lab46.568864.073255.8233

#d5280d color RGB value is (213,40,13).

#d5280d hex color red value is 213, green value is 40 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #d5280d hue: 0.02 , saturation: 0.88 and the lightness value of d5280d is 0.44.

The process color (four color CMYK) of #d5280d color hex is 0.00, 0.81, 0.94, 0.16. Web safe color of #d5280d is #cc3300. Color #d5280d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00101000 00001101
Octal 325 50 15
Decimal 213 40 13
Hex D5 28 D

RGB Percentages of Color #d5280d

%80.08
%15.04
%4.89

CMYK Percentages of Color #d5280d

%0
%81
%94
%16

Triadic Colors of #d5280d

#d5280d #0dd528 #280dd5

Analogous Colors of #d5280d

#d5280d #d58c0d #d50d56

Monochromatic Colors of #d5280d

#d5280d

Complementary Color

#d5280d #0dbad5

#d5280d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5280d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5280d Color CSS Codes

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

#d5280d Text Font Color

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

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


#d5280d Background Color

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

This div background color is #d5280d


#d5280d Border Color

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

This div border color is #d5280d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5280d


Comments

No comments written yet.

Please login to write comment.