Color Hex Logo

#da639e Color Hex

#DA639E
(218,99,158)
0 Favorites   0 Comments

Color spaces of #da639e

RGB 21899158
HSL0.920.620.62
HSV330°55°85°
CMYK 0.000.550.28   0.15
XYZ39.546826.297735.3394
Yxy26.29770.39080.2599
Hunter Lab51.281347.9123-4.9615
CIE-Lab58.318652.9353-9.3098

#da639e color RGB value is (218,99,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01100011 10011110
Octal 332 143 236
Decimal 218 99 158
Hex DA 63 9E

RGB Percentages of Color #da639e

%45.89
%20.84
%33.26

CMYK Percentages of Color #da639e

%0
%55
%28
%15

Triadic Colors of #da639e

#da639e #9eda63 #639eda

Analogous Colors of #da639e

#da639e #da6463 #da63da

Monochromatic Colors of #da639e

#da639e

Complementary Color

#da639e #63da9f

#da639e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da639e Color Preview on White Background

Lorem ipsum dolor sit amet.

#da639e Color CSS Codes

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

#da639e Text Font Color

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

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


#da639e Background Color

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

This div background color is #da639e


#da639e Border Color

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

This div border color is #da639e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da639e


Comments

No comments written yet.

Please login to write comment.