Color Hex Logo

#da747b Color Hex

#DA747B
(218,116,123)
0 Favorites   0 Comments

Color spaces of #da747b

RGB 218116123
HSL0.990.580.65
HSV356°47°85°
CMYK 0.000.470.44   0.15
XYZ38.734028.826322.2614
Yxy28.82630.43120.3209
Hunter Lab53.690134.818612.9998
CIE-Lab60.628040.405714.2950

#da747b color RGB value is (218,116,123).

#da747b hex color red value is 218, green value is 116 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #da747b hue: 0.99 , saturation: 0.58 and the lightness value of da747b is 0.65.

The process color (four color CMYK) of #da747b color hex is 0.00, 0.47, 0.44, 0.15. Web safe color of #da747b is #cc6666. Color #da747b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01110100 01111011
Octal 332 164 173
Decimal 218 116 123
Hex DA 74 7B

RGB Percentages of Color #da747b

%47.70
%25.38
%26.91

CMYK Percentages of Color #da747b

%0
%47
%44
%15

Triadic Colors of #da747b

#da747b #7bda74 #747bda

Analogous Colors of #da747b

#da747b #daa074 #da74ae

Monochromatic Colors of #da747b

#da747b

Complementary Color

#da747b #74dad3

#da747b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da747b Color Preview on White Background

Lorem ipsum dolor sit amet.

#da747b Color CSS Codes

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

#da747b Text Font Color

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

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


#da747b Background Color

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

This div background color is #da747b


#da747b Border Color

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

This div border color is #da747b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,116,123, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da747b


Comments

No comments written yet.

Please login to write comment.