Color Hex Logo

#d0293f Color Hex

#D0293F
(208,41,63)
0 Favorites   0 Comments

Color spaces of #d0293f

RGB 2084163
HSL0.980.670.49
HSV352°80°82°
CMYK 0.000.800.70   0.18
XYZ27.702615.35476.2063
Yxy15.35470.56230.3117
Hunter Lab39.185157.619918.0389
CIE-Lab46.116263.768230.1271

#d0293f color RGB value is (208,41,63).

#d0293f hex color red value is 208, green value is 41 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #d0293f hue: 0.98 , saturation: 0.67 and the lightness value of d0293f is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 00101001 00111111
Octal 320 51 77
Decimal 208 41 63
Hex D0 29 3F

RGB Percentages of Color #d0293f

%66.67
%13.14
%20.19

CMYK Percentages of Color #d0293f

%0
%80
%70
%18

Triadic Colors of #d0293f

#d0293f #3fd029 #293fd0

Analogous Colors of #d0293f

#d0293f #d06729 #d02993

Monochromatic Colors of #d0293f

#d0293f

Complementary Color

#d0293f #29d0ba

#d0293f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0293f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0293f Color CSS Codes

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

#d0293f Text Font Color

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

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


#d0293f Background Color

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

This div background color is #d0293f


#d0293f Border Color

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

This div border color is #d0293f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0293f


Comments

No comments written yet.

Please login to write comment.