Color Hex Logo

#da93ab Color Hex

#DA93AB
(218,147,171)
0 Favorites   0 Comments

Color spaces of #da93ab

RGB 218147171
HSL0.940.490.72
HSV340°33°85°
CMYK 0.000.330.22   0.15
XYZ46.697838.713143.5392
Yxy38.71310.36210.3002
Hunter Lab62.219925.08472.0649
CIE-Lab68.542930.1293-1.5818

#da93ab color RGB value is (218,147,171).

#da93ab hex color red value is 218, green value is 147 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #da93ab hue: 0.94 , saturation: 0.49 and the lightness value of da93ab is 0.72.

The process color (four color CMYK) of #da93ab color hex is 0.00, 0.33, 0.22, 0.15. Web safe color of #da93ab is #cc9999. Color #da93ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10010011 10101011
Octal 332 223 253
Decimal 218 147 171
Hex DA 93 AB

RGB Percentages of Color #da93ab

%40.67
%27.43
%31.90

CMYK Percentages of Color #da93ab

%0
%33
%22
%15

Triadic Colors of #da93ab

#da93ab #abda93 #93abda

Analogous Colors of #da93ab

#da93ab #da9f93 #da93cf

Monochromatic Colors of #da93ab

#da93ab

Complementary Color

#da93ab #93dac2

#da93ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da93ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#da93ab Color CSS Codes

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

#da93ab Text Font Color

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

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


#da93ab Background Color

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

This div background color is #da93ab


#da93ab Border Color

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

This div border color is #da93ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da93ab


Comments

No comments written yet.

Please login to write comment.