Color Hex Logo

#da5893 Color Hex

#DA5893
(218,88,147)
0 Favorites   0 Comments

Color spaces of #da5893

RGB 21888147
HSL0.920.640.60
HSV333°60°85°
CMYK 0.000.600.33   0.15
XYZ37.669623.991530.2492
Yxy23.99150.40990.2610
Hunter Lab48.981151.5609-2.3289
CIE-Lab56.079356.5852-6.2266

#da5893 color RGB value is (218,88,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01011000 10010011
Octal 332 130 223
Decimal 218 88 147
Hex DA 58 93

RGB Percentages of Color #da5893

%48.12
%19.43
%32.45

CMYK Percentages of Color #da5893

%0
%60
%33
%15

Triadic Colors of #da5893

#da5893 #93da58 #5893da

Analogous Colors of #da5893

#da5893 #da5e58 #da58d4

Monochromatic Colors of #da5893

#da5893

Complementary Color

#da5893 #58da9f

#da5893 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da5893 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da5893 Color CSS Codes

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

#da5893 Text Font Color

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

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


#da5893 Background Color

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

This div background color is #da5893


#da5893 Border Color

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

This div border color is #da5893


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da5893


Comments

No comments written yet.

Please login to write comment.