Color Hex Logo

#da838b Color Hex

#DA838B
(218,131,139)
0 Favorites   0 Comments

Color spaces of #da838b

RGB 218131139
HSL0.980.540.68
HSV354°40°85°
CMYK 0.000.400.36   0.15
XYZ41.689933.002128.5988
Yxy33.00210.40360.3195
Hunter Lab57.447529.005310.6972
CIE-Lab64.162634.369910.1281

#da838b color RGB value is (218,131,139).

#da838b hex color red value is 218, green value is 131 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #da838b hue: 0.98 , saturation: 0.54 and the lightness value of da838b is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10000011 10001011
Octal 332 203 213
Decimal 218 131 139
Hex DA 83 8B

RGB Percentages of Color #da838b

%44.67
%26.84
%28.48

CMYK Percentages of Color #da838b

%0
%40
%36
%15

Triadic Colors of #da838b

#da838b #8bda83 #838bda

Analogous Colors of #da838b

#da838b #daa783 #da83b7

Monochromatic Colors of #da838b

#da838b

Complementary Color

#da838b #83dad2

#da838b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da838b Color Preview on White Background

Lorem ipsum dolor sit amet.

#da838b Color CSS Codes

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

#da838b Text Font Color

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

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


#da838b Background Color

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

This div background color is #da838b


#da838b Border Color

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

This div border color is #da838b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da838b


Comments

No comments written yet.

Please login to write comment.