Color Hex Logo

#da666b Color Hex

#DA666B
(218,102,107)
0 Favorites   0 Comments

Color spaces of #da666b

RGB 218102107
HSL0.990.610.63
HSV357°53°85°
CMYK 0.000.530.51   0.15
XYZ36.318725.469716.9119
Yxy25.46970.46150.3236
Hunter Lab50.467540.138515.4589
CIE-Lab57.530245.887219.2683

#da666b color RGB value is (218,102,107).

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

The process color (four color CMYK) of #da666b color hex is 0.00, 0.53, 0.51, 0.15. Web safe color of #da666b is #cc6666. Color #da666b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01100110 01101011
Octal 332 146 153
Decimal 218 102 107
Hex DA 66 6B

RGB Percentages of Color #da666b

%51.05
%23.89
%25.06

CMYK Percentages of Color #da666b

%0
%53
%51
%15

Triadic Colors of #da666b

#da666b #6bda66 #666bda

Analogous Colors of #da666b

#da666b #da9b66 #da66a5

Monochromatic Colors of #da666b

#da666b

Complementary Color

#da666b #66dad5

#da666b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da666b Color Preview on White Background

Lorem ipsum dolor sit amet.

#da666b Color CSS Codes

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

#da666b Text Font Color

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

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


#da666b Background Color

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

This div background color is #da666b


#da666b Border Color

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

This div border color is #da666b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da666b


Comments

No comments written yet.

Please login to write comment.