Color Hex Logo

#d80029 Color Hex

#D80029
(216,0,41)
0 Favorites   0 Comments

Color spaces of #d80029

RGB 216041
HSL0.971.000.42
HSV349°100°85°
CMYK 0.001.000.81   0.15
XYZ28.719114.75903.4329
Yxy14.75900.61220.3146
Hunter Lab38.417466.207821.5942
CIE-Lab45.302371.282542.5111

#d80029 color RGB value is (216,0,41).

#d80029 hex color red value is 216, green value is 0 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #d80029 hue: 0.97 , saturation: 1.00 and the lightness value of d80029 is 0.42.

The process color (four color CMYK) of #d80029 color hex is 0.00, 1.00, 0.81, 0.15. Web safe color of #d80029 is #cc0033. Color #d80029 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00000000 00101001
Octal 330 0 51
Decimal 216 0 41
Hex D8 0 29

RGB Percentages of Color #d80029

%84.05
%0.00
%15.95

CMYK Percentages of Color #d80029

%0
%100
%81
%15

Triadic Colors of #d80029

#d80029 #29d800 #0029d8

Analogous Colors of #d80029

#d80029 #d84300 #d80095

Monochromatic Colors of #d80029

#d80029

Complementary Color

#d80029 #00d8af

#d80029 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d80029 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d80029 Color CSS Codes

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

#d80029 Text Font Color

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

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


#d80029 Background Color

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

This div background color is #d80029


#d80029 Border Color

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

This div border color is #d80029


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(216,0,41, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d80029; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d80029;
  -webkit-box-shadow: 1px 1px 3px 2px #d80029;
  box-shadow:         1px 1px 3px 2px #d80029; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d80029


Comments

No comments written yet.

Please login to write comment.