Color Hex Logo

#da668a Color Hex

#DA668A
(218,102,138)
0 Favorites   0 Comments

Color spaces of #da668a

RGB 218102138
HSL0.950.610.63
HSV341°53°85°
CMYK 0.000.530.37   0.15
XYZ38.252326.243127.0941
Yxy26.24310.41760.2865
Hunter Lab51.228043.63814.5016
CIE-Lab58.267149.03912.2503

#da668a color RGB value is (218,102,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01100110 10001010
Octal 332 146 212
Decimal 218 102 138
Hex DA 66 8A

RGB Percentages of Color #da668a

%47.60
%22.27
%30.13

CMYK Percentages of Color #da668a

%0
%53
%37
%15

Triadic Colors of #da668a

#da668a #8ada66 #668ada

Analogous Colors of #da668a

#da668a #da7c66 #da66c4

Monochromatic Colors of #da668a

#da668a

Complementary Color

#da668a #66dab6

#da668a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da668a Color Preview on White Background

Lorem ipsum dolor sit amet.

#da668a Color CSS Codes

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

#da668a Text Font Color

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

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


#da668a Background Color

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

This div background color is #da668a


#da668a Border Color

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

This div border color is #da668a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da668a


Comments

No comments written yet.

Please login to write comment.