Color Hex Logo

#da687b Color Hex

#DA687B
(218,104,123)
0 Favorites   0 Comments

Color spaces of #da687b

RGB 218104123
HSL0.970.610.63
HSV350°52°85°
CMYK 0.000.520.44   0.15
XYZ37.438926.236121.8297
Yxy26.23610.43790.3068
Hunter Lab51.221240.833210.5863
CIE-Lab58.260546.432210.9796

#da687b color RGB value is (218,104,123).

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

The process color (four color CMYK) of #da687b color hex is 0.00, 0.52, 0.44, 0.15. Web safe color of #da687b is #cc6666. Color #da687b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01101000 01111011
Octal 332 150 173
Decimal 218 104 123
Hex DA 68 7B

RGB Percentages of Color #da687b

%48.99
%23.37
%27.64

CMYK Percentages of Color #da687b

%0
%52
%44
%15

Triadic Colors of #da687b

#da687b #7bda68 #687bda

Analogous Colors of #da687b

#da687b #da8e68 #da68b4

Monochromatic Colors of #da687b

#da687b

Complementary Color

#da687b #68dac7

#da687b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da687b Color Preview on White Background

Lorem ipsum dolor sit amet.

#da687b Color CSS Codes

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

#da687b Text Font Color

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

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


#da687b Background Color

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

This div background color is #da687b


#da687b Border Color

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

This div border color is #da687b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da687b


Comments

No comments written yet.

Please login to write comment.