Color Hex Logo

#d5423f Color Hex

#D5423F
(213,66,63)
0 Favorites   0 Comments

Color spaces of #d5423f

RGB 2136663
HSL0.000.640.54
HSV70°84°
CMYK 0.000.690.70   0.16
XYZ30.286018.40146.6582
Yxy18.40140.54720.3325
Hunter Lab42.896950.954920.8251
CIE-Lab49.979457.116934.9631

#d5423f color RGB value is (213,66,63).

#d5423f hex color red value is 213, green value is 66 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #d5423f hue: 0.00 , saturation: 0.64 and the lightness value of d5423f is 0.54.

The process color (four color CMYK) of #d5423f color hex is 0.00, 0.69, 0.70, 0.16. Web safe color of #d5423f is #cc3333. Color #d5423f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01000010 00111111
Octal 325 102 77
Decimal 213 66 63
Hex D5 42 3F

RGB Percentages of Color #d5423f

%62.28
%19.30
%18.42

CMYK Percentages of Color #d5423f

%0
%69
%70
%16

Triadic Colors of #d5423f

#d5423f #3fd542 #423fd5

Analogous Colors of #d5423f

#d5423f #d58d3f #d53f87

Monochromatic Colors of #d5423f

#d5423f

Complementary Color

#d5423f #3fd2d5

#d5423f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5423f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5423f Color CSS Codes

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

#d5423f Text Font Color

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

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


#d5423f Background Color

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

This div background color is #d5423f


#d5423f Border Color

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

This div border color is #d5423f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5423f


Comments

No comments written yet.

Please login to write comment.