Color Hex Logo

#da747d Color Hex

#DA747D
(218,116,125)
0 Favorites   0 Comments

Color spaces of #da747d

RGB 218116125
HSL0.990.580.65
HSV355°47°85°
CMYK 0.000.470.43   0.15
XYZ38.860528.876922.9277
Yxy28.87690.42860.3185
Hunter Lab53.737235.043512.3192
CIE-Lab60.672840.615713.2083

#da747d color RGB value is (218,116,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01110100 01111101
Octal 332 164 175
Decimal 218 116 125
Hex DA 74 7D

RGB Percentages of Color #da747d

%47.49
%25.27
%27.23

CMYK Percentages of Color #da747d

%0
%47
%43
%15

Triadic Colors of #da747d

#da747d #7dda74 #747dda

Analogous Colors of #da747d

#da747d #da9e74 #da74b0

Monochromatic Colors of #da747d

#da747d

Complementary Color

#da747d #74dad1

#da747d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da747d Color Preview on White Background

Lorem ipsum dolor sit amet.

#da747d Color CSS Codes

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

#da747d Text Font Color

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

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


#da747d Background Color

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

This div background color is #da747d


#da747d Border Color

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

This div border color is #da747d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da747d


Comments

No comments written yet.

Please login to write comment.