Color Hex Logo

#da74ab Color Hex

#DA74AB
(218,116,171)
0 Favorites   0 Comments

Color spaces of #da74ab

RGB 218116171
HSL0.910.580.65
HSV328°47°85°
CMYK 0.000.470.22   0.15
XYZ42.509530.336542.1431
Yxy30.33650.36970.2638
Hunter Lab55.078641.3783-6.8104
CIE-Lab61.943546.4085-11.3681

#da74ab color RGB value is (218,116,171).

#da74ab hex color red value is 218, green value is 116 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #da74ab hue: 0.91 , saturation: 0.58 and the lightness value of da74ab is 0.65.

The process color (four color CMYK) of #da74ab color hex is 0.00, 0.47, 0.22, 0.15. Web safe color of #da74ab is #cc6699. Color #da74ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01110100 10101011
Octal 332 164 253
Decimal 218 116 171
Hex DA 74 AB

RGB Percentages of Color #da74ab

%43.17
%22.97
%33.86

CMYK Percentages of Color #da74ab

%0
%47
%22
%15

Triadic Colors of #da74ab

#da74ab #abda74 #74abda

Analogous Colors of #da74ab

#da74ab #da7478 #d674da

Monochromatic Colors of #da74ab

#da74ab

Complementary Color

#da74ab #74daa3

#da74ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da74ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#da74ab Color CSS Codes

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

#da74ab Text Font Color

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

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


#da74ab Background Color

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

This div background color is #da74ab


#da74ab Border Color

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

This div border color is #da74ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da74ab


Comments

No comments written yet.

Please login to write comment.