Color Hex Logo

#d5033f Color Hex

#D5033F
(213,3,63)
0 Favorites   0 Comments

Color spaces of #d5033f

RGB 213363
HSL0.950.970.42
HSV343°99°84°
CMYK 0.000.990.70   0.16
XYZ28.370314.57016.0197
Yxy14.57010.57950.2976
Hunter Lab38.170865.870517.3693
CIE-Lab45.039771.050829.0502

#d5033f color RGB value is (213,3,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 00000011 00111111
Octal 325 3 77
Decimal 213 3 63
Hex D5 3 3F

RGB Percentages of Color #d5033f

%76.34
%1.08
%22.58

CMYK Percentages of Color #d5033f

%0
%99
%70
%16

Triadic Colors of #d5033f

#d5033f #3fd503 #033fd5

Analogous Colors of #d5033f

#d5033f #d53003 #d503a8

Monochromatic Colors of #d5033f

#d5033f

Complementary Color

#d5033f #03d599

#d5033f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5033f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5033f Color CSS Codes

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

#d5033f Text Font Color

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

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


#d5033f Background Color

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

This div background color is #d5033f


#d5033f Border Color

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

This div border color is #d5033f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5033f


Comments

No comments written yet.

Please login to write comment.