Color Hex Logo

#da738a Color Hex

#DA738A
(218,115,138)
0 Favorites   0 Comments

Color spaces of #da738a

RGB 218115138
HSL0.960.580.65
HSV347°47°85°
CMYK 0.000.470.37   0.15
XYZ39.631629.001927.5539
Yxy29.00190.41200.3015
Hunter Lab53.853437.11767.3619
CIE-Lab60.783342.57805.8810

#da738a color RGB value is (218,115,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01110011 10001010
Octal 332 163 212
Decimal 218 115 138
Hex DA 73 8A

RGB Percentages of Color #da738a

%46.28
%24.42
%29.30

CMYK Percentages of Color #da738a

%0
%47
%37
%15

Triadic Colors of #da738a

#da738a #8ada73 #738ada

Analogous Colors of #da738a

#da738a #da9073 #da73be

Monochromatic Colors of #da738a

#da738a

Complementary Color

#da738a #73dac3

#da738a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da738a Color Preview on White Background

Lorem ipsum dolor sit amet.

#da738a Color CSS Codes

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

#da738a Text Font Color

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

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


#da738a Background Color

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

This div background color is #da738a


#da738a Border Color

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

This div border color is #da738a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da738a


Comments

No comments written yet.

Please login to write comment.