Color Hex Logo

#d03928 Color Hex

#D03928
(208,57,40)
0 Favorites   0 Comments

Color spaces of #d03928

RGB 2085740
HSL0.020.680.49
HSV81°82°
CMYK 0.000.730.81   0.18
XYZ27.858616.48943.7219
Yxy16.48940.57950.3430
Hunter Lab40.607151.397722.9907
CIE-Lab47.610157.950144.7646

#d03928 color RGB value is (208,57,40).

#d03928 hex color red value is 208, green value is 57 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #d03928 hue: 0.02 , saturation: 0.68 and the lightness value of d03928 is 0.49.

The process color (four color CMYK) of #d03928 color hex is 0.00, 0.73, 0.81, 0.18. Web safe color of #d03928 is #cc3333. Color #d03928 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00111001 00101000
Octal 320 71 50
Decimal 208 57 40
Hex D0 39 28

RGB Percentages of Color #d03928

%68.20
%18.69
%13.11

CMYK Percentages of Color #d03928

%0
%73
%81
%18

Triadic Colors of #d03928

#d03928 #28d039 #3928d0

Analogous Colors of #d03928

#d03928 #d08d28 #d0286b

Monochromatic Colors of #d03928

#d03928

Complementary Color

#d03928 #28bfd0

#d03928 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d03928 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d03928 Color CSS Codes

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

#d03928 Text Font Color

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

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


#d03928 Background Color

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

This div background color is #d03928


#d03928 Border Color

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

This div border color is #d03928


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d03928


Comments

No comments written yet.

Please login to write comment.