Color Hex Logo

#da938f Color Hex

#DA938F
(218,147,143)
0 Favorites   0 Comments

Color spaces of #da938f

RGB 218147143
HSL0.010.500.71
HSV34°85°
CMYK 0.000.330.34   0.15
XYZ44.305137.756030.9391
Yxy37.75600.39210.3341
Hunter Lab61.445921.175713.1586
CIE-Lab67.840426.300513.0665

#da938f color RGB value is (218,147,143).

#da938f hex color red value is 218, green value is 147 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #da938f hue: 0.01 , saturation: 0.50 and the lightness value of da938f is 0.71.

The process color (four color CMYK) of #da938f color hex is 0.00, 0.33, 0.34, 0.15. Web safe color of #da938f is #cc9999. Color #da938f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10010011 10001111
Octal 332 223 217
Decimal 218 147 143
Hex DA 93 8F

RGB Percentages of Color #da938f

%42.91
%28.94
%28.15

CMYK Percentages of Color #da938f

%0
%33
%34
%15

Triadic Colors of #da938f

#da938f #8fda93 #938fda

Analogous Colors of #da938f

#da938f #dab98f #da8fb1

Monochromatic Colors of #da938f

#da938f

Complementary Color

#da938f #8fd6da

#da938f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da938f Color Preview on White Background

Lorem ipsum dolor sit amet.

#da938f Color CSS Codes

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

#da938f Text Font Color

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

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


#da938f Background Color

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

This div background color is #da938f


#da938f Border Color

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

This div border color is #da938f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da938f


Comments

No comments written yet.

Please login to write comment.