Color Hex Logo

#da4fab Color Hex

#DA4FAB
(218,79,171)
0 Favorites   0 Comments

Color spaces of #da4fab

RGB 21879171
HSL0.890.650.58
HSV320°64°85°
CMYK 0.000.640.22   0.15
XYZ39.060123.437740.9933
Yxy23.43770.37740.2265
Hunter Lab48.412559.2952-16.3151
CIE-Lab55.520463.4589-21.1047

#da4fab color RGB value is (218,79,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01001111 10101011
Octal 332 117 253
Decimal 218 79 171
Hex DA 4F AB

RGB Percentages of Color #da4fab

%46.58
%16.88
%36.54

CMYK Percentages of Color #da4fab

%0
%64
%22
%15

Triadic Colors of #da4fab

#da4fab #abda4f #4fabda

Analogous Colors of #da4fab

#da4fab #da4f66 #c44fda

Monochromatic Colors of #da4fab

#da4fab

Complementary Color

#da4fab #4fda7e

#da4fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da4fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#da4fab Color CSS Codes

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

#da4fab Text Font Color

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

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


#da4fab Background Color

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

This div background color is #da4fab


#da4fab Border Color

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

This div border color is #da4fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da4fab


Comments

No comments written yet.

Please login to write comment.