Color Hex Logo

#da586a Color Hex

#DA586A
(218,88,106)
0 Favorites   0 Comments

Color spaces of #da586a

RGB 21888106
HSL0.980.640.60
HSV352°60°85°
CMYK 0.000.600.51   0.15
XYZ35.004722.925516.2158
Yxy22.92550.47210.3092
Hunter Lab47.880646.707413.4366
CIE-Lab54.995552.383216.3938

#da586a color RGB value is (218,88,106).

#da586a hex color red value is 218, green value is 88 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #da586a hue: 0.98 , saturation: 0.64 and the lightness value of da586a is 0.60.

The process color (four color CMYK) of #da586a color hex is 0.00, 0.60, 0.51, 0.15. Web safe color of #da586a is #cc6666. Color #da586a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01011000 01101010
Octal 332 130 152
Decimal 218 88 106
Hex DA 58 6A

RGB Percentages of Color #da586a

%52.91
%21.36
%25.73

CMYK Percentages of Color #da586a

%0
%60
%51
%15

Triadic Colors of #da586a

#da586a #6ada58 #586ada

Analogous Colors of #da586a

#da586a #da8758 #da58ab

Monochromatic Colors of #da586a

#da586a

Complementary Color

#da586a #58dac8

#da586a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da586a Color Preview on White Background

Lorem ipsum dolor sit amet.

#da586a Color CSS Codes

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

#da586a Text Font Color

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

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


#da586a Background Color

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

This div background color is #da586a


#da586a Border Color

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

This div border color is #da586a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da586a


Comments

No comments written yet.

Please login to write comment.