Color Hex Logo

#d00730 Color Hex

#D00730
(208,7,48)
0 Favorites   0 Comments

Color spaces of #d00730

RGB 208748
HSL0.970.930.42
HSV348°97°82°
CMYK 0.000.970.77   0.18
XYZ26.621913.77534.0521
Yxy13.77530.59890.3099
Hunter Lab37.115163.083019.5075
CIE-Lab43.908968.914236.5179

#d00730 color RGB value is (208,7,48).

#d00730 hex color red value is 208, green value is 7 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #d00730 hue: 0.97 , saturation: 0.93 and the lightness value of d00730 is 0.42.

The process color (four color CMYK) of #d00730 color hex is 0.00, 0.97, 0.77, 0.18. Web safe color of #d00730 is #cc0033. Color #d00730 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00000111 00110000
Octal 320 7 60
Decimal 208 7 48
Hex D0 7 30

RGB Percentages of Color #d00730

%79.09
%2.66
%18.25

CMYK Percentages of Color #d00730

%0
%97
%77
%18

Triadic Colors of #d00730

#d00730 #30d007 #0730d0

Analogous Colors of #d00730

#d00730 #d04307 #d00795

Monochromatic Colors of #d00730

#d00730

Complementary Color

#d00730 #07d0a7

#d00730 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d00730 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d00730 Color CSS Codes

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

#d00730 Text Font Color

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

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


#d00730 Background Color

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

This div background color is #d00730


#d00730 Border Color

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

This div border color is #d00730


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(208,7,48, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d00730; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d00730;
  -webkit-box-shadow: 1px 1px 3px 2px #d00730;
  box-shadow:         1px 1px 3px 2px #d00730; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d00730


Comments

No comments written yet.

Please login to write comment.