Color Hex Logo

#d5621e Color Hex

#D5621E
(213,98,30)
0 Favorites   0 Comments

Color spaces of #d5621e

RGB 2139830
HSL0.060.750.48
HSV22°86°84°
CMYK 0.000.540.86   0.16
XYZ32.042622.97523.9741
Yxy22.97520.54320.3895
Hunter Lab47.932535.444528.6370
CIE-Lab55.046841.753656.1523

#d5621e color RGB value is (213,98,30).

#d5621e hex color red value is 213, green value is 98 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #d5621e hue: 0.06 , saturation: 0.75 and the lightness value of d5621e is 0.48.

The process color (four color CMYK) of #d5621e color hex is 0.00, 0.54, 0.86, 0.16. Web safe color of #d5621e is #cc6633. Color #d5621e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01100010 00011110
Octal 325 142 36
Decimal 213 98 30
Hex D5 62 1E

RGB Percentages of Color #d5621e

%62.46
%28.74
%8.80

CMYK Percentages of Color #d5621e

%0
%54
%86
%16

Triadic Colors of #d5621e

#d5621e #1ed562 #621ed5

Analogous Colors of #d5621e

#d5621e #d5be1e #d51e35

Monochromatic Colors of #d5621e

#d5621e

Complementary Color

#d5621e #1e91d5

#d5621e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5621e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5621e Color CSS Codes

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

#d5621e Text Font Color

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

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


#d5621e Background Color

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

This div background color is #d5621e


#d5621e Border Color

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

This div border color is #d5621e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5621e


Comments

No comments written yet.

Please login to write comment.