Color Hex Logo

#d5382f Color Hex

#D5382F
(213,56,47)
0 Favorites   0 Comments

Color spaces of #d5382f

RGB 2135647
HSL0.010.660.51
HSV78°84°
CMYK 0.000.740.78   0.16
XYZ29.367817.17974.4575
Yxy17.17970.57580.3368
Hunter Lab41.448453.939522.6376
CIE-Lab48.485760.068742.2524

#d5382f color RGB value is (213,56,47).

#d5382f hex color red value is 213, green value is 56 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #d5382f hue: 0.01 , saturation: 0.66 and the lightness value of d5382f is 0.51.

The process color (four color CMYK) of #d5382f color hex is 0.00, 0.74, 0.78, 0.16. Web safe color of #d5382f is #cc3333. Color #d5382f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00111000 00101111
Octal 325 70 57
Decimal 213 56 47
Hex D5 38 2F

RGB Percentages of Color #d5382f

%67.41
%17.72
%14.87

CMYK Percentages of Color #d5382f

%0
%74
%78
%16

Triadic Colors of #d5382f

#d5382f #2fd538 #382fd5

Analogous Colors of #d5382f

#d5382f #d58b2f #d52f79

Monochromatic Colors of #d5382f

#d5382f

Complementary Color

#d5382f #2fccd5

#d5382f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5382f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5382f Color CSS Codes

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

#d5382f Text Font Color

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

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


#d5382f Background Color

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

This div background color is #d5382f


#d5382f Border Color

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

This div border color is #d5382f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5382f


Comments

No comments written yet.

Please login to write comment.