Color Hex Logo

#da868a Color Hex

#DA868A
(218,134,138)
0 Favorites   0 Comments

Color spaces of #da868a

RGB 218134138
HSL0.990.530.69
HSV357°39°85°
CMYK 0.000.390.37   0.15
XYZ42.026033.790628.3520
Yxy33.79060.40340.3244
Hunter Lab58.129727.323111.7728
CIE-Lab64.796032.657911.5897

#da868a color RGB value is (218,134,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10000110 10001010
Octal 332 206 212
Decimal 218 134 138
Hex DA 86 8A

RGB Percentages of Color #da868a

%44.49
%27.35
%28.16

CMYK Percentages of Color #da868a

%0
%39
%37
%15

Triadic Colors of #da868a

#da868a #8ada86 #868ada

Analogous Colors of #da868a

#da868a #daac86 #da86b4

Monochromatic Colors of #da868a

#da868a

Complementary Color

#da868a #86dad6

#da868a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da868a Color Preview on White Background

Lorem ipsum dolor sit amet.

#da868a Color CSS Codes

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

#da868a Text Font Color

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

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


#da868a Background Color

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

This div background color is #da868a


#da868a Border Color

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

This div border color is #da868a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da868a


Comments

No comments written yet.

Please login to write comment.