Color Hex Logo

#da588a Color Hex

#DA588A
(218,88,138)
0 Favorites   0 Comments

Color spaces of #da588a

RGB 21888138
HSL0.940.640.60
HSV337°60°85°
CMYK 0.000.600.37   0.15
XYZ36.990623.719926.6735
Yxy23.71990.42330.2714
Hunter Lab48.703150.34261.6205
CIE-Lab55.806355.5419-1.3382

#da588a color RGB value is (218,88,138).

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

The process color (four color CMYK) of #da588a color hex is 0.00, 0.60, 0.37, 0.15. Web safe color of #da588a is #cc6699. Color #da588a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01011000 10001010
Octal 332 130 212
Decimal 218 88 138
Hex DA 58 8A

RGB Percentages of Color #da588a

%49.10
%19.82
%31.08

CMYK Percentages of Color #da588a

%0
%60
%37
%15

Triadic Colors of #da588a

#da588a #8ada58 #588ada

Analogous Colors of #da588a

#da588a #da6758 #da58cb

Monochromatic Colors of #da588a

#da588a

Complementary Color

#da588a #58daa8

#da588a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da588a Color Preview on White Background

Lorem ipsum dolor sit amet.

#da588a Color CSS Codes

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

#da588a Text Font Color

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

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


#da588a Background Color

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

This div background color is #da588a


#da588a Border Color

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

This div border color is #da588a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da588a


Comments

No comments written yet.

Please login to write comment.