Color Hex Logo

#da6867 Color Hex

#DA6867
(218,104,103)
0 Favorites   0 Comments

Color spaces of #da6867

RGB 218104103
HSL0.000.610.63
HSV53°85°
CMYK 0.000.520.53   0.15
XYZ36.311925.785315.8952
Yxy25.78530.46560.3306
Hunter Lab50.779238.780616.9862
CIE-Lab57.832744.560821.9888

#da6867 color RGB value is (218,104,103).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01101000 01100111
Octal 332 150 147
Decimal 218 104 103
Hex DA 68 67

RGB Percentages of Color #da6867

%51.29
%24.47
%24.24

CMYK Percentages of Color #da6867

%0
%52
%53
%15

Triadic Colors of #da6867

#da6867 #67da68 #6867da

Analogous Colors of #da6867

#da6867 #daa267 #da67a0

Monochromatic Colors of #da6867

#da6867

Complementary Color

#da6867 #67d9da

#da6867 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da6867 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da6867 Color CSS Codes

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

#da6867 Text Font Color

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

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


#da6867 Background Color

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

This div background color is #da6867


#da6867 Border Color

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

This div border color is #da6867


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da6867


Comments

No comments written yet.

Please login to write comment.