Color Hex Logo

#da668b Color Hex

#DA668B
(218,102,139)
0 Favorites   0 Comments

Color spaces of #da668b

RGB 218102139
HSL0.950.610.63
HSV341°53°85°
CMYK 0.000.530.36   0.15
XYZ38.325026.272227.4772
Yxy26.27220.41620.2853
Hunter Lab51.256443.76774.0957
CIE-Lab58.294549.15451.7075

#da668b color RGB value is (218,102,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01100110 10001011
Octal 332 146 213
Decimal 218 102 139
Hex DA 66 8B

RGB Percentages of Color #da668b

%47.49
%22.22
%30.28

CMYK Percentages of Color #da668b

%0
%53
%36
%15

Triadic Colors of #da668b

#da668b #8bda66 #668bda

Analogous Colors of #da668b

#da668b #da7b66 #da66c5

Monochromatic Colors of #da668b

#da668b

Complementary Color

#da668b #66dab5

#da668b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da668b Color Preview on White Background

Lorem ipsum dolor sit amet.

#da668b Color CSS Codes

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

#da668b Text Font Color

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

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


#da668b Background Color

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

This div background color is #da668b


#da668b Border Color

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

This div border color is #da668b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da668b


Comments

No comments written yet.

Please login to write comment.