Color Hex Logo

#da698b Color Hex

#DA698B
(218,105,139)
0 Favorites   0 Comments

Color spaces of #da698b

RGB 218105139
HSL0.950.600.63
HSV342°52°85°
CMYK 0.000.520.36   0.15
XYZ38.625226.872727.5773
Yxy26.87270.41500.2887
Hunter Lab51.838942.28254.7461
CIE-Lab58.856347.69502.5228

#da698b color RGB value is (218,105,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01101001 10001011
Octal 332 151 213
Decimal 218 105 139
Hex DA 69 8B

RGB Percentages of Color #da698b

%47.19
%22.73
%30.09

CMYK Percentages of Color #da698b

%0
%52
%36
%15

Triadic Colors of #da698b

#da698b #8bda69 #698bda

Analogous Colors of #da698b

#da698b #da8069 #da69c4

Monochromatic Colors of #da698b

#da698b

Complementary Color

#da698b #69dab8

#da698b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da698b Color Preview on White Background

Lorem ipsum dolor sit amet.

#da698b Color CSS Codes

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

#da698b Text Font Color

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

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


#da698b Background Color

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

This div background color is #da698b


#da698b Border Color

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

This div border color is #da698b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da698b


Comments

No comments written yet.

Please login to write comment.