Color Hex Logo

#da086e Color Hex

#DA086E
(218,8,110)
0 Favorites   0 Comments

Color spaces of #da086e

RGB 2188110
HSL0.920.930.44
HSV331°96°85°
CMYK 0.000.960.50   0.15
XYZ31.814716.204916.2029
Yxy16.20490.49540.2523
Hunter Lab40.255370.62594.3143
CIE-Lab47.242274.56723.0541

#da086e color RGB value is (218,8,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00001000 01101110
Octal 332 10 156
Decimal 218 8 110
Hex DA 8 6E

RGB Percentages of Color #da086e

%64.88
%2.38
%32.74

CMYK Percentages of Color #da086e

%0
%96
%50
%15

Triadic Colors of #da086e

#da086e #6eda08 #086eda

Analogous Colors of #da086e

#da086e #da0b08 #da08d7

Monochromatic Colors of #da086e

#da086e

Complementary Color

#da086e #08da74

#da086e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da086e Color Preview on White Background

Lorem ipsum dolor sit amet.

#da086e Color CSS Codes

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

#da086e Text Font Color

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

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


#da086e Background Color

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

This div background color is #da086e


#da086e Border Color

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

This div border color is #da086e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da086e


Comments

No comments written yet.

Please login to write comment.