Color Hex Logo

#da938b Color Hex

#DA938B
(218,147,139)
0 Favorites   0 Comments

Color spaces of #da938b

RGB 218147139
HSL0.020.520.70
HSV36°85°
CMYK 0.000.330.36   0.15
XYZ44.007437.636929.3713
Yxy37.63690.39640.3390
Hunter Lab61.348920.682714.5587
CIE-Lab67.752125.810615.1739

#da938b color RGB value is (218,147,139).

#da938b hex color red value is 218, green value is 147 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #da938b hue: 0.02 , saturation: 0.52 and the lightness value of da938b is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10010011 10001011
Octal 332 223 213
Decimal 218 147 139
Hex DA 93 8B

RGB Percentages of Color #da938b

%43.25
%29.17
%27.58

CMYK Percentages of Color #da938b

%0
%33
%36
%15

Triadic Colors of #da938b

#da938b #8bda93 #938bda

Analogous Colors of #da938b

#da938b #dabb8b #da8bab

Monochromatic Colors of #da938b

#da938b

Complementary Color

#da938b #8bd2da

#da938b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da938b Color Preview on White Background

Lorem ipsum dolor sit amet.

#da938b Color CSS Codes

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

#da938b Text Font Color

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

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


#da938b Background Color

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

This div background color is #da938b


#da938b Border Color

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

This div border color is #da938b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da938b


Comments

No comments written yet.

Please login to write comment.