Color Hex Logo

#da7665 Color Hex

#DA7665
(218,118,101)
0 Favorites   0 Comments

Color spaces of #da7665

RGB 218118101
HSL0.020.610.63
HSV54°85°
CMYK 0.000.460.54   0.15
XYZ37.740828.801915.8821
Yxy28.80190.45790.3494
Hunter Lab53.667431.609520.0212
CIE-Lab60.606437.303026.8000

#da7665 color RGB value is (218,118,101).

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

The process color (four color CMYK) of #da7665 color hex is 0.00, 0.46, 0.54, 0.15. Web safe color of #da7665 is #cc6666. Color #da7665 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01110110 01100101
Octal 332 166 145
Decimal 218 118 101
Hex DA 76 65

RGB Percentages of Color #da7665

%49.89
%27.00
%23.11

CMYK Percentages of Color #da7665

%0
%46
%54
%15

Triadic Colors of #da7665

#da7665 #65da76 #7665da

Analogous Colors of #da7665

#da7665 #dab165 #da658f

Monochromatic Colors of #da7665

#da7665

Complementary Color

#da7665 #65c9da

#da7665 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da7665 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da7665 Color CSS Codes

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

#da7665 Text Font Color

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

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


#da7665 Background Color

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

This div background color is #da7665


#da7665 Border Color

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

This div border color is #da7665


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da7665


Comments

No comments written yet.

Please login to write comment.