Color Hex Logo

#da828a Color Hex

#DA828A
(218,130,138)
0 Favorites   0 Comments

Color spaces of #da828a

RGB 218130138
HSL0.980.540.68
HSV355°40°85°
CMYK 0.000.400.37   0.15
XYZ41.483532.705728.1712
Yxy32.70570.40530.3195
Hunter Lab57.188929.399210.8260
CIE-Lab63.921934.779510.3546

#da828a color RGB value is (218,130,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10000010 10001010
Octal 332 202 212
Decimal 218 130 138
Hex DA 82 8A

RGB Percentages of Color #da828a

%44.86
%26.75
%28.40

CMYK Percentages of Color #da828a

%0
%40
%37
%15

Triadic Colors of #da828a

#da828a #8ada82 #828ada

Analogous Colors of #da828a

#da828a #daa682 #da82b6

Monochromatic Colors of #da828a

#da828a

Complementary Color

#da828a #82dad2

#da828a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da828a Color Preview on White Background

Lorem ipsum dolor sit amet.

#da828a Color CSS Codes

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

#da828a Text Font Color

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

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


#da828a Background Color

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

This div background color is #da828a


#da828a Border Color

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

This div border color is #da828a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da828a


Comments

No comments written yet.

Please login to write comment.