Color Hex Logo

#d0293b Color Hex

#D0293B
(208,41,59)
0 Favorites   0 Comments

Color spaces of #d0293b

RGB 2084159
HSL0.980.670.49
HSV354°80°82°
CMYK 0.000.800.72   0.18
XYZ27.594815.31155.6387
Yxy15.31150.56840.3154
Hunter Lab39.129957.402618.8471
CIE-Lab46.057963.589032.4484

#d0293b color RGB value is (208,41,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 00101001 00111011
Octal 320 51 73
Decimal 208 41 59
Hex D0 29 3B

RGB Percentages of Color #d0293b

%67.53
%13.31
%19.16

CMYK Percentages of Color #d0293b

%0
%80
%72
%18

Triadic Colors of #d0293b

#d0293b #3bd029 #293bd0

Analogous Colors of #d0293b

#d0293b #d06b29 #d0298f

Monochromatic Colors of #d0293b

#d0293b

Complementary Color

#d0293b #29d0be

#d0293b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0293b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0293b Color CSS Codes

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

#d0293b Text Font Color

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

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


#d0293b Background Color

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

This div background color is #d0293b


#d0293b Border Color

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

This div border color is #d0293b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0293b


Comments

No comments written yet.

Please login to write comment.