Color Hex Logo

#da818b Color Hex

#DA818B
(218,129,139)
0 Favorites   0 Comments

Color spaces of #da818b

RGB 218129139
HSL0.980.550.68
HSV353°41°85°
CMYK 0.000.410.36   0.15
XYZ41.423932.470028.5102
Yxy32.47000.40450.3171
Hunter Lab56.982530.042910.2230
CIE-Lab63.729435.42739.5137

#da818b color RGB value is (218,129,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10000001 10001011
Octal 332 201 213
Decimal 218 129 139
Hex DA 81 8B

RGB Percentages of Color #da818b

%44.86
%26.54
%28.60

CMYK Percentages of Color #da818b

%0
%41
%36
%15

Triadic Colors of #da818b

#da818b #8bda81 #818bda

Analogous Colors of #da818b

#da818b #daa481 #da81b8

Monochromatic Colors of #da818b

#da818b

Complementary Color

#da818b #81dad0

#da818b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da818b Color Preview on White Background

Lorem ipsum dolor sit amet.

#da818b Color CSS Codes

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

#da818b Text Font Color

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

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


#da818b Background Color

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

This div background color is #da818b


#da818b Border Color

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

This div border color is #da818b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da818b


Comments

No comments written yet.

Please login to write comment.