Color Hex Logo

#d50434 Color Hex

#D50434
(213,4,52)
0 Favorites   0 Comments

Color spaces of #d50434

RGB 213452
HSL0.960.960.43
HSV346°98°84°
CMYK 0.000.980.76   0.16
XYZ28.103814.48094.5627
Yxy14.48090.59610.3071
Hunter Lab38.053865.233219.5287
CIE-Lab44.914870.539335.5577

#d50434 color RGB value is (213,4,52).

#d50434 hex color red value is 213, green value is 4 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #d50434 hue: 0.96 , saturation: 0.96 and the lightness value of d50434 is 0.43.

The process color (four color CMYK) of #d50434 color hex is 0.00, 0.98, 0.76, 0.16. Web safe color of #d50434 is #cc0033. Color #d50434 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00000100 00110100
Octal 325 4 64
Decimal 213 4 52
Hex D5 4 34

RGB Percentages of Color #d50434

%79.18
%1.49
%19.33

CMYK Percentages of Color #d50434

%0
%98
%76
%16

Triadic Colors of #d50434

#d50434 #34d504 #0434d5

Analogous Colors of #d50434

#d50434 #d53d04 #d5049d

Monochromatic Colors of #d50434

#d50434

Complementary Color

#d50434 #04d5a5

#d50434 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d50434 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d50434 Color CSS Codes

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

#d50434 Text Font Color

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

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


#d50434 Background Color

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

This div background color is #d50434


#d50434 Border Color

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

This div border color is #d50434


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d50434


Comments

No comments written yet.

Please login to write comment.