Color Hex Logo

#da738d Color Hex

#DA738D
(218,115,141)
0 Favorites   0 Comments

Color spaces of #da738d

RGB 218115141
HSL0.960.580.65
HSV345°47°85°
CMYK 0.000.470.35   0.15
XYZ39.851929.090028.7138
Yxy29.09000.40810.2979
Hunter Lab53.935137.50466.1900
CIE-Lab60.861042.93414.2642

#da738d color RGB value is (218,115,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01110011 10001101
Octal 332 163 215
Decimal 218 115 141
Hex DA 73 8D

RGB Percentages of Color #da738d

%45.99
%24.26
%29.75

CMYK Percentages of Color #da738d

%0
%47
%35
%15

Triadic Colors of #da738d

#da738d #8dda73 #738dda

Analogous Colors of #da738d

#da738d #da8d73 #da73c1

Monochromatic Colors of #da738d

#da738d

Complementary Color

#da738d #73dac0

#da738d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da738d Color Preview on White Background

Lorem ipsum dolor sit amet.

#da738d Color CSS Codes

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

#da738d Text Font Color

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

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


#da738d Background Color

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

This div background color is #da738d


#da738d Border Color

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

This div border color is #da738d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da738d


Comments

No comments written yet.

Please login to write comment.