Color Hex Logo

#da59be Color Hex

#DA59BE
(218,89,190)
0 Favorites   0 Comments

Color spaces of #da59be

RGB 21889190
HSL0.870.640.60
HSV313°59°85°
CMYK 0.000.590.13   0.15
XYZ41.780125.767951.4868
Yxy25.76790.35100.2165
Hunter Lab50.762158.0820-24.6030
CIE-Lab57.816161.9994-28.5457

#da59be color RGB value is (218,89,190).

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

The process color (four color CMYK) of #da59be color hex is 0.00, 0.59, 0.13, 0.15. Web safe color of #da59be is #cc66cc. Color #da59be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01011001 10111110
Octal 332 131 276
Decimal 218 89 190
Hex DA 59 BE

RGB Percentages of Color #da59be

%43.86
%17.91
%38.23

CMYK Percentages of Color #da59be

%0
%59
%13
%15

Triadic Colors of #da59be

#da59be #beda59 #59beda

Analogous Colors of #da59be

#da59be #da597e #b659da

Monochromatic Colors of #da59be

#da59be

Complementary Color

#da59be #59da75

#da59be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da59be Color Preview on White Background

Lorem ipsum dolor sit amet.

#da59be Color CSS Codes

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

#da59be Text Font Color

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

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


#da59be Background Color

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

This div background color is #da59be


#da59be Border Color

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

This div border color is #da59be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da59be


Comments

No comments written yet.

Please login to write comment.