Color Hex Logo

#d03149 Color Hex

#D03149
(208,49,73)
0 Favorites   0 Comments

Color spaces of #d03149

RGB 2084973
HSL0.970.630.50
HSV351°76°82°
CMYK 0.000.760.65   0.18
XYZ28.313316.08767.9163
Yxy16.08760.54120.3075
Hunter Lab40.109455.812316.3746
CIE-Lab47.089261.992725.3006

#d03149 color RGB value is (208,49,73).

#d03149 hex color red value is 208, green value is 49 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #d03149 hue: 0.97 , saturation: 0.63 and the lightness value of d03149 is 0.50.

The process color (four color CMYK) of #d03149 color hex is 0.00, 0.76, 0.65, 0.18. Web safe color of #d03149 is #cc3333. Color #d03149 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00110001 01001001
Octal 320 61 111
Decimal 208 49 73
Hex D0 31 49

RGB Percentages of Color #d03149

%63.03
%14.85
%22.12

CMYK Percentages of Color #d03149

%0
%76
%65
%18

Triadic Colors of #d03149

#d03149 #49d031 #3149d0

Analogous Colors of #d03149

#d03149 #d06931 #d03199

Monochromatic Colors of #d03149

#d03149

Complementary Color

#d03149 #31d0b8

#d03149 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d03149 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d03149 Color CSS Codes

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

#d03149 Text Font Color

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

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


#d03149 Background Color

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

This div background color is #d03149


#d03149 Border Color

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

This div border color is #d03149


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d03149


Comments

No comments written yet.

Please login to write comment.