Color Hex Logo

#da748a Color Hex

#DA748A
(218,116,138)
0 Favorites   0 Comments

Color spaces of #da748a

RGB 218116138
HSL0.960.580.65
HSV347°47°85°
CMYK 0.000.470.37   0.15
XYZ39.746329.231227.5921
Yxy29.23120.41160.3027
Hunter Lab54.065936.60827.5879
CIE-Lab60.985142.06816.1705

#da748a color RGB value is (218,116,138).

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

The process color (four color CMYK) of #da748a color hex is 0.00, 0.47, 0.37, 0.15. Web safe color of #da748a is #cc6699. Color #da748a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01110100 10001010
Octal 332 164 212
Decimal 218 116 138
Hex DA 74 8A

RGB Percentages of Color #da748a

%46.19
%24.58
%29.24

CMYK Percentages of Color #da748a

%0
%47
%37
%15

Triadic Colors of #da748a

#da748a #8ada74 #748ada

Analogous Colors of #da748a

#da748a #da9174 #da74bd

Monochromatic Colors of #da748a

#da748a

Complementary Color

#da748a #74dac4

#da748a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da748a Color Preview on White Background

Lorem ipsum dolor sit amet.

#da748a Color CSS Codes

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

#da748a Text Font Color

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

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


#da748a Background Color

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

This div background color is #da748a


#da748a Border Color

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

This div border color is #da748a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da748a


Comments

No comments written yet.

Please login to write comment.