Color Hex Logo

#da649b Color Hex

#DA649B
(218,100,155)
0 Favorites   0 Comments

Color spaces of #da649b

RGB 218100155
HSL0.920.610.62
HSV332°54°85°
CMYK 0.000.540.29   0.15
XYZ39.387026.386334.0275
Yxy26.38630.39470.2644
Hunter Lab51.367646.9747-3.3182
CIE-Lab58.401952.0725-7.4438

#da649b color RGB value is (218,100,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01100100 10011011
Octal 332 144 233
Decimal 218 100 155
Hex DA 64 9B

RGB Percentages of Color #da649b

%46.09
%21.14
%32.77

CMYK Percentages of Color #da649b

%0
%54
%29
%15

Triadic Colors of #da649b

#da649b #9bda64 #649bda

Analogous Colors of #da649b

#da649b #da6864 #da64d6

Monochromatic Colors of #da649b

#da649b

Complementary Color

#da649b #64daa3

#da649b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da649b Color Preview on White Background

Lorem ipsum dolor sit amet.

#da649b Color CSS Codes

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

#da649b Text Font Color

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

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


#da649b Background Color

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

This div background color is #da649b


#da649b Border Color

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

This div border color is #da649b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da649b


Comments

No comments written yet.

Please login to write comment.