Color Hex Logo

#da839e Color Hex

#DA839E
(218,131,158)
0 Favorites   0 Comments

Color spaces of #da839e

RGB 218131158
HSL0.950.540.68
HSV341°40°85°
CMYK 0.000.400.28   0.15
XYZ43.201333.606636.5575
Yxy33.60660.38110.2964
Hunter Lab57.971231.57223.1907
CIE-Lab64.649136.80950.0436

#da839e color RGB value is (218,131,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10000011 10011110
Octal 332 203 236
Decimal 218 131 158
Hex DA 83 9E

RGB Percentages of Color #da839e

%43.00
%25.84
%31.16

CMYK Percentages of Color #da839e

%0
%40
%28
%15

Triadic Colors of #da839e

#da839e #9eda83 #839eda

Analogous Colors of #da839e

#da839e #da9483 #da83ca

Monochromatic Colors of #da839e

#da839e

Complementary Color

#da839e #83dabf

#da839e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da839e Color Preview on White Background

Lorem ipsum dolor sit amet.

#da839e Color CSS Codes

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

#da839e Text Font Color

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

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


#da839e Background Color

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

This div background color is #da839e


#da839e Border Color

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

This div border color is #da839e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da839e


Comments

No comments written yet.

Please login to write comment.