Color Hex Logo

#da6899 Color Hex

#DA6899
(218,104,153)
0 Favorites   0 Comments

Color spaces of #da6899

RGB 218104153
HSL0.930.610.63
HSV334°52°85°
CMYK 0.000.520.30   0.15
XYZ39.613527.106033.2811
Yxy27.10600.39610.2711
Hunter Lab52.063444.7043-1.4562
CIE-Lab59.072349.8961-5.2882

#da6899 color RGB value is (218,104,153).

#da6899 hex color red value is 218, green value is 104 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #da6899 hue: 0.93 , saturation: 0.61 and the lightness value of da6899 is 0.63.

The process color (four color CMYK) of #da6899 color hex is 0.00, 0.52, 0.30, 0.15. Web safe color of #da6899 is #cc6699. Color #da6899 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01101000 10011001
Octal 332 150 231
Decimal 218 104 153
Hex DA 68 99

RGB Percentages of Color #da6899

%45.89
%21.89
%32.21

CMYK Percentages of Color #da6899

%0
%52
%30
%15

Triadic Colors of #da6899

#da6899 #99da68 #6899da

Analogous Colors of #da6899

#da6899 #da7068 #da68d2

Monochromatic Colors of #da6899

#da6899

Complementary Color

#da6899 #68daa9

#da6899 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da6899 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da6899 Color CSS Codes

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

#da6899 Text Font Color

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

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


#da6899 Background Color

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

This div background color is #da6899


#da6899 Border Color

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

This div border color is #da6899


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da6899


Comments

No comments written yet.

Please login to write comment.