Color Hex Logo

#d04041 Color Hex

#D04041
(208,64,65)
0 Favorites   0 Comments

Color spaces of #d04041

RGB 2086465
HSL1.000.610.53
HSV360°69°82°
CMYK 0.000.690.69   0.18
XYZ28.800017.45836.8529
Yxy17.45830.54230.3287
Hunter Lab41.783149.914819.5240
CIE-Lab48.832456.381532.2249

#d04041 color RGB value is (208,64,65).

#d04041 hex color red value is 208, green value is 64 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #d04041 hue: 1.00 , saturation: 0.61 and the lightness value of d04041 is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01000000 01000001
Octal 320 100 101
Decimal 208 64 65
Hex D0 40 41

RGB Percentages of Color #d04041

%61.72
%18.99
%19.29

CMYK Percentages of Color #d04041

%0
%69
%69
%18

Triadic Colors of #d04041

#d04041 #41d040 #4041d0

Analogous Colors of #d04041

#d04041 #d08740 #d04089

Monochromatic Colors of #d04041

#d04041

Complementary Color

#d04041 #40d0cf

#d04041 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d04041 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d04041 Color CSS Codes

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

#d04041 Text Font Color

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

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


#d04041 Background Color

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

This div background color is #d04041


#d04041 Border Color

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

This div border color is #d04041


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d04041


Comments

No comments written yet.

Please login to write comment.