Color Hex Logo

#da056e Color Hex

#DA056E
(218,5,110)
0 Favorites   0 Comments

Color spaces of #da056e

RGB 2185110
HSL0.920.960.44
HSV330°98°85°
CMYK 0.000.980.50   0.15
XYZ31.782216.139816.1920
Yxy16.13980.49570.2517
Hunter Lab40.174470.90734.2256
CIE-Lab47.157474.81452.9316

#da056e color RGB value is (218,5,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00000101 01101110
Octal 332 5 156
Decimal 218 5 110
Hex DA 5 6E

RGB Percentages of Color #da056e

%65.47
%1.50
%33.03

CMYK Percentages of Color #da056e

%0
%98
%50
%15

Triadic Colors of #da056e

#da056e #6eda05 #056eda

Analogous Colors of #da056e

#da056e #da0705 #da05d9

Monochromatic Colors of #da056e

#da056e

Complementary Color

#da056e #05da71

#da056e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da056e Color Preview on White Background

Lorem ipsum dolor sit amet.

#da056e Color CSS Codes

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

#da056e Text Font Color

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

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


#da056e Background Color

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

This div background color is #da056e


#da056e Border Color

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

This div border color is #da056e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da056e


Comments

No comments written yet.

Please login to write comment.