Color Hex Logo

#da5891 Color Hex

#DA5891
(218,88,145)
0 Favorites   0 Comments

Color spaces of #da5891

RGB 21888145
HSL0.930.640.60
HSV334°60°85°
CMYK 0.000.600.33   0.15
XYZ37.514023.929229.4297
Yxy23.92920.41280.2633
Hunter Lab48.917551.2831-1.4278
CIE-Lab56.016856.3480-5.1450

#da5891 color RGB value is (218,88,145).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01011000 10010001
Octal 332 130 221
Decimal 218 88 145
Hex DA 58 91

RGB Percentages of Color #da5891

%48.34
%19.51
%32.15

CMYK Percentages of Color #da5891

%0
%60
%33
%15

Triadic Colors of #da5891

#da5891 #91da58 #5891da

Analogous Colors of #da5891

#da5891 #da6058 #da58d2

Monochromatic Colors of #da5891

#da5891

Complementary Color

#da5891 #58daa1

#da5891 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da5891 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da5891 Color CSS Codes

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

#da5891 Text Font Color

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

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


#da5891 Background Color

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

This div background color is #da5891


#da5891 Border Color

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

This div border color is #da5891


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da5891


Comments

No comments written yet.

Please login to write comment.