Color Hex Logo

#da076e Color Hex

#DA076E
(218,7,110)
0 Favorites   0 Comments

Color spaces of #da076e

RGB 2187110
HSL0.920.940.44
HSV331°97°85°
CMYK 0.000.970.50   0.15
XYZ31.803916.183216.1993
Yxy16.18320.49550.2521
Hunter Lab40.228370.71974.2847
CIE-Lab47.213974.64963.0132

#da076e color RGB value is (218,7,110).

#da076e hex color red value is 218, green value is 7 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #da076e hue: 0.92 , saturation: 0.94 and the lightness value of da076e is 0.44.

The process color (four color CMYK) of #da076e color hex is 0.00, 0.97, 0.50, 0.15. Web safe color of #da076e is #cc0066. Color #da076e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00000111 01101110
Octal 332 7 156
Decimal 218 7 110
Hex DA 7 6E

RGB Percentages of Color #da076e

%65.07
%2.09
%32.84

CMYK Percentages of Color #da076e

%0
%97
%50
%15

Triadic Colors of #da076e

#da076e #6eda07 #076eda

Analogous Colors of #da076e

#da076e #da0907 #da07d8

Monochromatic Colors of #da076e

#da076e

Complementary Color

#da076e #07da73

#da076e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da076e Color Preview on White Background

Lorem ipsum dolor sit amet.

#da076e Color CSS Codes

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

#da076e Text Font Color

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

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


#da076e Background Color

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

This div background color is #da076e


#da076e Border Color

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

This div border color is #da076e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da076e


Comments

No comments written yet.

Please login to write comment.