Color Hex Logo

#da838a Color Hex

#DA838A
(218,131,138)
0 Favorites   0 Comments

Color spaces of #da838a

RGB 218131138
HSL0.990.540.68
HSV355°40°85°
CMYK 0.000.400.37   0.15
XYZ41.617232.973028.2157
Yxy32.97300.40480.3207
Hunter Lab57.422128.880811.0620
CIE-Lab64.139034.250610.6619

#da838a color RGB value is (218,131,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10000011 10001010
Octal 332 203 212
Decimal 218 131 138
Hex DA 83 8A

RGB Percentages of Color #da838a

%44.76
%26.90
%28.34

CMYK Percentages of Color #da838a

%0
%40
%37
%15

Triadic Colors of #da838a

#da838a #8ada83 #838ada

Analogous Colors of #da838a

#da838a #daa883 #da83b6

Monochromatic Colors of #da838a

#da838a

Complementary Color

#da838a #83dad3

#da838a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da838a Color Preview on White Background

Lorem ipsum dolor sit amet.

#da838a Color CSS Codes

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

#da838a Text Font Color

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

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


#da838a Background Color

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

This div background color is #da838a


#da838a Border Color

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

This div border color is #da838a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da838a


Comments

No comments written yet.

Please login to write comment.