Color Hex Logo

#da589b Color Hex

#DA589B
(218,88,155)
0 Favorites   0 Comments

Color spaces of #da589b

RGB 21888155
HSL0.910.640.60
HSV329°60°85°
CMYK 0.000.600.29   0.15
XYZ38.319624.251433.6717
Yxy24.25140.39820.2520
Hunter Lab49.245752.7163-6.0675
CIE-Lab56.338657.5678-10.5265

#da589b color RGB value is (218,88,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01011000 10011011
Octal 332 130 233
Decimal 218 88 155
Hex DA 58 9B

RGB Percentages of Color #da589b

%47.29
%19.09
%33.62

CMYK Percentages of Color #da589b

%0
%60
%29
%15

Triadic Colors of #da589b

#da589b #9bda58 #589bda

Analogous Colors of #da589b

#da589b #da585a #d858da

Monochromatic Colors of #da589b

#da589b

Complementary Color

#da589b #58da97

#da589b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da589b Color Preview on White Background

Lorem ipsum dolor sit amet.

#da589b Color CSS Codes

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

#da589b Text Font Color

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

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


#da589b Background Color

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

This div background color is #da589b


#da589b Border Color

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

This div border color is #da589b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da589b


Comments

No comments written yet.

Please login to write comment.