Color Hex Logo

#da869d Color Hex

#DA869D
(218,134,157)
0 Favorites   0 Comments

Color spaces of #da869d

RGB 218134157
HSL0.950.530.69
HSV344°39°85°
CMYK 0.000.390.28   0.15
XYZ43.524334.389936.2422
Yxy34.38990.38130.3013
Hunter Lab58.642929.85624.4079
CIE-Lab65.270935.08511.5164

#da869d color RGB value is (218,134,157).

#da869d hex color red value is 218, green value is 134 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #da869d hue: 0.95 , saturation: 0.53 and the lightness value of da869d is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10000110 10011101
Octal 332 206 235
Decimal 218 134 157
Hex DA 86 9D

RGB Percentages of Color #da869d

%42.83
%26.33
%30.84

CMYK Percentages of Color #da869d

%0
%39
%28
%15

Triadic Colors of #da869d

#da869d #9dda86 #869dda

Analogous Colors of #da869d

#da869d #da9986 #da86c7

Monochromatic Colors of #da869d

#da869d

Complementary Color

#da869d #86dac3

#da869d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da869d Color Preview on White Background

Lorem ipsum dolor sit amet.

#da869d Color CSS Codes

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

#da869d Text Font Color

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

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


#da869d Background Color

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

This div background color is #da869d


#da869d Border Color

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

This div border color is #da869d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da869d


Comments

No comments written yet.

Please login to write comment.