Color Hex Logo

#d0393f Color Hex

#D0393F
(208,57,63)
0 Favorites   0 Comments

Color spaces of #d0393f

RGB 2085763
HSL0.990.620.52
HSV358°73°82°
CMYK 0.000.730.70   0.18
XYZ28.372816.69506.4297
Yxy16.69500.55100.3242
Hunter Lab40.859552.446019.2717
CIE-Lab47.873458.846232.2440

#d0393f color RGB value is (208,57,63).

#d0393f hex color red value is 208, green value is 57 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #d0393f hue: 0.99 , saturation: 0.62 and the lightness value of d0393f is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 00111001 00111111
Octal 320 71 77
Decimal 208 57 63
Hex D0 39 3F

RGB Percentages of Color #d0393f

%63.41
%17.38
%19.21

CMYK Percentages of Color #d0393f

%0
%73
%70
%18

Triadic Colors of #d0393f

#d0393f #3fd039 #393fd0

Analogous Colors of #d0393f

#d0393f #d07f39 #d0398b

Monochromatic Colors of #d0393f

#d0393f

Complementary Color

#d0393f #39d0ca

#d0393f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0393f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0393f Color CSS Codes

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

#d0393f Text Font Color

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

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


#d0393f Background Color

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

This div background color is #d0393f


#d0393f Border Color

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

This div border color is #d0393f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0393f


Comments

No comments written yet.

Please login to write comment.