Color Hex Logo

#da848a Color Hex

#DA848A
(218,132,138)
0 Favorites   0 Comments

Color spaces of #da848a

RGB 218132138
HSL0.990.540.69
HSV356°39°85°
CMYK 0.000.390.37   0.15
XYZ41.752233.242928.2607
Yxy33.24290.40440.3219
Hunter Lab57.656728.362011.2984
CIE-Lab64.357133.720710.9702

#da848a color RGB value is (218,132,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10000100 10001010
Octal 332 204 212
Decimal 218 132 138
Hex DA 84 8A

RGB Percentages of Color #da848a

%44.67
%27.05
%28.28

CMYK Percentages of Color #da848a

%0
%39
%37
%15

Triadic Colors of #da848a

#da848a #8ada84 #848ada

Analogous Colors of #da848a

#da848a #daa984 #da84b5

Monochromatic Colors of #da848a

#da848a

Complementary Color

#da848a #84dad4

#da848a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da848a Color Preview on White Background

Lorem ipsum dolor sit amet.

#da848a Color CSS Codes

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

#da848a Text Font Color

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

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


#da848a Background Color

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

This div background color is #da848a


#da848a Border Color

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

This div border color is #da848a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da848a


Comments

No comments written yet.

Please login to write comment.