Color Hex Logo

#da4751 Color Hex

#DA4751
(218,71,81)
0 Favorites   0 Comments

Color spaces of #da4751

RGB 2187181
HSL0.990.670.57
HSV356°67°85°
CMYK 0.000.670.63   0.15
XYZ32.651920.00609.9252
Yxy20.00600.52170.3197
Hunter Lab44.728152.032518.1531
CIE-Lab51.844057.750626.9626

#da4751 color RGB value is (218,71,81).

#da4751 hex color red value is 218, green value is 71 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #da4751 hue: 0.99 , saturation: 0.67 and the lightness value of da4751 is 0.57.

The process color (four color CMYK) of #da4751 color hex is 0.00, 0.67, 0.63, 0.15. Web safe color of #da4751 is #cc3366. Color #da4751 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01000111 01010001
Octal 332 107 121
Decimal 218 71 81
Hex DA 47 51

RGB Percentages of Color #da4751

%58.92
%19.19
%21.89

CMYK Percentages of Color #da4751

%0
%67
%63
%15

Triadic Colors of #da4751

#da4751 #51da47 #4751da

Analogous Colors of #da4751

#da4751 #da8747 #da479b

Monochromatic Colors of #da4751

#da4751

Complementary Color

#da4751 #47dad0

#da4751 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da4751 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da4751 Color CSS Codes

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

#da4751 Text Font Color

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

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


#da4751 Background Color

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

This div background color is #da4751


#da4751 Border Color

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

This div border color is #da4751


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,71,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 #da4751">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da4751


Comments

No comments written yet.

Please login to write comment.