Color Hex Logo

#da639a Color Hex

#DA639A
(218,99,154)
0 Favorites   0 Comments

Color spaces of #da639a

RGB 21899154
HSL0.920.620.62
HSV332°55°85°
CMYK 0.000.550.29   0.15
XYZ39.208026.162233.5552
Yxy26.16220.39630.2645
Hunter Lab51.149047.3175-3.0916
CIE-Lab58.190752.4175-7.1771

#da639a color RGB value is (218,99,154).

#da639a hex color red value is 218, green value is 99 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #da639a hue: 0.92 , saturation: 0.62 and the lightness value of da639a is 0.62.

The process color (four color CMYK) of #da639a color hex is 0.00, 0.55, 0.29, 0.15. Web safe color of #da639a is #cc6699. Color #da639a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01100011 10011010
Octal 332 143 232
Decimal 218 99 154
Hex DA 63 9A

RGB Percentages of Color #da639a

%46.28
%21.02
%32.70

CMYK Percentages of Color #da639a

%0
%55
%29
%15

Triadic Colors of #da639a

#da639a #9ada63 #639ada

Analogous Colors of #da639a

#da639a #da6863 #da63d6

Monochromatic Colors of #da639a

#da639a

Complementary Color

#da639a #63daa3

#da639a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da639a Color Preview on White Background

Lorem ipsum dolor sit amet.

#da639a Color CSS Codes

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

#da639a Text Font Color

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

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


#da639a Background Color

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

This div background color is #da639a


#da639a Border Color

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

This div border color is #da639a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da639a


Comments

No comments written yet.

Please login to write comment.