Color Hex Logo

#d03148 Color Hex

#D03148
(208,49,72)
0 Favorites   0 Comments

Color spaces of #d03148

RGB 2084972
HSL0.980.630.50
HSV351°76°82°
CMYK 0.000.760.65   0.18
XYZ28.280416.07447.7430
Yxy16.07440.54280.3085
Hunter Lab40.092955.746316.6146
CIE-Lab47.071961.937725.8845

#d03148 color RGB value is (208,49,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 00110001 01001000
Octal 320 61 110
Decimal 208 49 72
Hex D0 31 48

RGB Percentages of Color #d03148

%63.22
%14.89
%21.88

CMYK Percentages of Color #d03148

%0
%76
%65
%18

Triadic Colors of #d03148

#d03148 #48d031 #3148d0

Analogous Colors of #d03148

#d03148 #d06a31 #d03198

Monochromatic Colors of #d03148

#d03148

Complementary Color

#d03148 #31d0b9

#d03148 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d03148 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d03148 Color CSS Codes

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

#d03148 Text Font Color

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

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


#d03148 Background Color

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

This div background color is #d03148


#d03148 Border Color

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

This div border color is #d03148


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d03148


Comments

No comments written yet.

Please login to write comment.