Color Hex Logo

#da7678 Color Hex

#DA7678
(218,118,120)
0 Favorites   0 Comments

Color spaces of #da7678

RGB 218118120
HSL1.000.570.66
HSV359°46°85°
CMYK 0.000.460.45   0.15
XYZ38.782029.218421.3650
Yxy29.21840.43400.3270
Hunter Lab54.054033.473314.4033
CIE-Lab60.973939.067916.4945

#da7678 color RGB value is (218,118,120).

#da7678 hex color red value is 218, green value is 118 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #da7678 hue: 1.00 , saturation: 0.57 and the lightness value of da7678 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01110110 01111000
Octal 332 166 170
Decimal 218 118 120
Hex DA 76 78

RGB Percentages of Color #da7678

%47.81
%25.88
%26.32

CMYK Percentages of Color #da7678

%0
%46
%45
%15

Triadic Colors of #da7678

#da7678 #78da76 #7678da

Analogous Colors of #da7678

#da7678 #daa676 #da76aa

Monochromatic Colors of #da7678

#da7678

Complementary Color

#da7678 #76dad8

#da7678 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da7678 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da7678 Color CSS Codes

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

#da7678 Text Font Color

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

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


#da7678 Background Color

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

This div background color is #da7678


#da7678 Border Color

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

This div border color is #da7678


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da7678


Comments

No comments written yet.

Please login to write comment.