Color Hex Logo

#da087f Color Hex

#DA087F
(218,8,127)
0 Favorites   0 Comments

Color spaces of #da087f

RGB 2188127
HSL0.910.930.44
HSV326°96°85°
CMYK 0.000.960.42   0.15
XYZ32.831016.611421.5546
Yxy16.61140.46240.2340
Hunter Lab40.757172.4620-2.8259
CIE-Lab47.766675.9646-6.6195

#da087f color RGB value is (218,8,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00001000 01111111
Octal 332 10 177
Decimal 218 8 127
Hex DA 8 7F

RGB Percentages of Color #da087f

%61.76
%2.27
%35.98

CMYK Percentages of Color #da087f

%0
%96
%42
%15

Triadic Colors of #da087f

#da087f #7fda08 #087fda

Analogous Colors of #da087f

#da087f #da0816 #cc08da

Monochromatic Colors of #da087f

#da087f

Complementary Color

#da087f #08da63

#da087f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da087f Color Preview on White Background

Lorem ipsum dolor sit amet.

#da087f Color CSS Codes

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

#da087f Text Font Color

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

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


#da087f Background Color

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

This div background color is #da087f


#da087f Border Color

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

This div border color is #da087f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,8,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 #da087f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da087f


Comments

No comments written yet.

Please login to write comment.