Color Hex Logo

#d03044 Color Hex

#D03044
(208,48,68)
0 Favorites   0 Comments

Color spaces of #d03044

RGB 2084868
HSL0.980.630.50
HSV353°77°82°
CMYK 0.000.770.67   0.18
XYZ28.112815.94127.0641
Yxy15.94120.55000.3119
Hunter Lab39.926455.813317.4584
CIE-Lab46.897362.030028.0794

#d03044 color RGB value is (208,48,68).

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

The process color (four color CMYK) of #d03044 color hex is 0.00, 0.77, 0.67, 0.18. Web safe color of #d03044 is #cc3333. Color #d03044 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00110000 01000100
Octal 320 60 104
Decimal 208 48 68
Hex D0 30 44

RGB Percentages of Color #d03044

%64.20
%14.81
%20.99

CMYK Percentages of Color #d03044

%0
%77
%67
%18

Triadic Colors of #d03044

#d03044 #44d030 #3044d0

Analogous Colors of #d03044

#d03044 #d06c30 #d03094

Monochromatic Colors of #d03044

#d03044

Complementary Color

#d03044 #30d0bc

#d03044 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d03044 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d03044 Color CSS Codes

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

#d03044 Text Font Color

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

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


#d03044 Background Color

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

This div background color is #d03044


#d03044 Border Color

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

This div border color is #d03044


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d03044


Comments

No comments written yet.

Please login to write comment.