Color Hex Logo

#da599b Color Hex

#DA599B
(218,89,155)
0 Favorites   0 Comments

Color spaces of #da599b

RGB 21889155
HSL0.910.640.60
HSV329°59°85°
CMYK 0.000.590.29   0.15
XYZ38.402224.416733.6992
Yxy24.41670.39790.2530
Hunter Lab49.413352.2506-5.8457
CIE-Lab56.502657.1261-10.2806

#da599b color RGB value is (218,89,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01011001 10011011
Octal 332 131 233
Decimal 218 89 155
Hex DA 59 9B

RGB Percentages of Color #da599b

%47.19
%19.26
%33.55

CMYK Percentages of Color #da599b

%0
%59
%29
%15

Triadic Colors of #da599b

#da599b #9bda59 #599bda

Analogous Colors of #da599b

#da599b #da595a #d959da

Monochromatic Colors of #da599b

#da599b

Complementary Color

#da599b #59da98

#da599b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da599b Color Preview on White Background

Lorem ipsum dolor sit amet.

#da599b Color CSS Codes

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

#da599b Text Font Color

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

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


#da599b Background Color

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

This div background color is #da599b


#da599b Border Color

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

This div border color is #da599b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da599b


Comments

No comments written yet.

Please login to write comment.