Color Hex Logo

#d5032f Color Hex

#D5032F
(213,3,47)
0 Favorites   0 Comments

Color spaces of #d5032f

RGB 213347
HSL0.970.970.42
HSV347°99°84°
CMYK 0.000.990.78   0.16
XYZ27.986214.41653.9969
Yxy14.41650.60320.3107
Hunter Lab37.969165.122720.3370
CIE-Lab44.824470.463838.4009

#d5032f color RGB value is (213,3,47).

#d5032f hex color red value is 213, green value is 3 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #d5032f hue: 0.97 , saturation: 0.97 and the lightness value of d5032f is 0.42.

The process color (four color CMYK) of #d5032f color hex is 0.00, 0.99, 0.78, 0.16. Web safe color of #d5032f is #cc0033. Color #d5032f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00000011 00101111
Octal 325 3 57
Decimal 213 3 47
Hex D5 3 2F

RGB Percentages of Color #d5032f

%80.99
%1.14
%17.87

CMYK Percentages of Color #d5032f

%0
%99
%78
%16

Triadic Colors of #d5032f

#d5032f #2fd503 #032fd5

Analogous Colors of #d5032f

#d5032f #d54003 #d50398

Monochromatic Colors of #d5032f

#d5032f

Complementary Color

#d5032f #03d5a9

#d5032f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5032f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5032f Color CSS Codes

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

#d5032f Text Font Color

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

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


#d5032f Background Color

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

This div background color is #d5032f


#d5032f Border Color

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

This div border color is #d5032f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,3,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 #d5032f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5032f


Comments

No comments written yet.

Please login to write comment.