Color Hex Logo

#da6699 Color Hex

#DA6699
(218,102,153)
0 Favorites   0 Comments

Color spaces of #da6699

RGB 218102153
HSL0.930.610.63
HSV334°53°85°
CMYK 0.000.530.30   0.15
XYZ39.414626.708133.2148
Yxy26.70810.39680.2689
Hunter Lab51.679945.6965-1.9299
CIE-Lab58.703250.8611-5.8352

#da6699 color RGB value is (218,102,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01100110 10011001
Octal 332 146 231
Decimal 218 102 153
Hex DA 66 99

RGB Percentages of Color #da6699

%46.09
%21.56
%32.35

CMYK Percentages of Color #da6699

%0
%53
%30
%15

Triadic Colors of #da6699

#da6699 #99da66 #6699da

Analogous Colors of #da6699

#da6699 #da6d66 #da66d3

Monochromatic Colors of #da6699

#da6699

Complementary Color

#da6699 #66daa7

#da6699 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da6699 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da6699 Color CSS Codes

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

#da6699 Text Font Color

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

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


#da6699 Background Color

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

This div background color is #da6699


#da6699 Border Color

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

This div border color is #da6699


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da6699


Comments

No comments written yet.

Please login to write comment.