Color Hex Logo

#da077f Color Hex

#DA077F
(218,7,127)
0 Favorites   0 Comments

Color spaces of #da077f

RGB 2187127
HSL0.910.940.44
HSV326°97°85°
CMYK 0.000.970.42   0.15
XYZ32.820216.589721.5510
Yxy16.58970.46250.2338
Hunter Lab40.730572.5552-2.8598
CIE-Lab47.738876.0459-6.6609

#da077f color RGB value is (218,7,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00000111 01111111
Octal 332 7 177
Decimal 218 7 127
Hex DA 7 7F

RGB Percentages of Color #da077f

%61.93
%1.99
%36.08

CMYK Percentages of Color #da077f

%0
%97
%42
%15

Triadic Colors of #da077f

#da077f #7fda07 #077fda

Analogous Colors of #da077f

#da077f #da0716 #cc07da

Monochromatic Colors of #da077f

#da077f

Complementary Color

#da077f #07da62

#da077f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da077f Color Preview on White Background

Lorem ipsum dolor sit amet.

#da077f Color CSS Codes

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

#da077f Text Font Color

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

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


#da077f Background Color

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

This div background color is #da077f


#da077f Border Color

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

This div border color is #da077f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da077f


Comments

No comments written yet.

Please login to write comment.