Color Hex Logo

#da589a Color Hex

#DA589A
(218,88,154)
0 Favorites   0 Comments

Color spaces of #da589a

RGB 21888154
HSL0.920.640.60
HSV330°60°85°
CMYK 0.000.600.29   0.15
XYZ38.235924.218033.2311
Yxy24.21800.39960.2531
Hunter Lab49.211852.5679-5.5883
CIE-Lab56.305457.4418-9.9913

#da589a color RGB value is (218,88,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01011000 10011010
Octal 332 130 232
Decimal 218 88 154
Hex DA 58 9A

RGB Percentages of Color #da589a

%47.39
%19.13
%33.48

CMYK Percentages of Color #da589a

%0
%60
%29
%15

Triadic Colors of #da589a

#da589a #9ada58 #589ada

Analogous Colors of #da589a

#da589a #da5859 #d958da

Monochromatic Colors of #da589a

#da589a

Complementary Color

#da589a #58da98

#da589a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da589a Color Preview on White Background

Lorem ipsum dolor sit amet.

#da589a Color CSS Codes

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

#da589a Text Font Color

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

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


#da589a Background Color

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

This div background color is #da589a


#da589a Border Color

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

This div border color is #da589a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da589a


Comments

No comments written yet.

Please login to write comment.