Color Hex Logo

#d04b51 Color Hex

#D04B51
(208,75,81)
0 Favorites   0 Comments

Color spaces of #d04b51

RGB 2087581
HSL0.990.590.55
HSV357°64°82°
CMYK 0.000.640.61   0.18
XYZ30.013719.03619.8770
Yxy19.03610.50930.3230
Hunter Lab43.630446.438517.1193
CIE-Lab50.729452.857525.1869

#d04b51 color RGB value is (208,75,81).

#d04b51 hex color red value is 208, green value is 75 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #d04b51 hue: 0.99 , saturation: 0.59 and the lightness value of d04b51 is 0.55.

The process color (four color CMYK) of #d04b51 color hex is 0.00, 0.64, 0.61, 0.18. Web safe color of #d04b51 is #cc3366. Color #d04b51 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01001011 01010001
Octal 320 113 121
Decimal 208 75 81
Hex D0 4B 51

RGB Percentages of Color #d04b51

%57.14
%20.60
%22.25

CMYK Percentages of Color #d04b51

%0
%64
%61
%18

Triadic Colors of #d04b51

#d04b51 #51d04b #4b51d0

Analogous Colors of #d04b51

#d04b51 #d0884b #d04b94

Monochromatic Colors of #d04b51

#d04b51

Complementary Color

#d04b51 #4bd0ca

#d04b51 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d04b51 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d04b51 Color CSS Codes

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

#d04b51 Text Font Color

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

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


#d04b51 Background Color

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

This div background color is #d04b51


#d04b51 Border Color

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

This div border color is #d04b51


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d04b51


Comments

No comments written yet.

Please login to write comment.