Color Hex Logo

#da014e Color Hex

#DA014E
(218,1,78)
0 Favorites   0 Comments

Color spaces of #da014e

RGB 218178
HSL0.940.990.43
HSV339°100°85°
CMYK 0.001.000.64   0.15
XYZ30.299415.47728.5982
Yxy15.47720.55720.2846
Hunter Lab39.341168.628914.5806
CIE-Lab46.281073.108721.5760

#da014e color RGB value is (218,1,78).

#da014e hex color red value is 218, green value is 1 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #da014e hue: 0.94 , saturation: 0.99 and the lightness value of da014e is 0.43.

The process color (four color CMYK) of #da014e color hex is 0.00, 1.00, 0.64, 0.15. Web safe color of #da014e is #cc0066. Color #da014e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00000001 01001110
Octal 332 1 116
Decimal 218 1 78
Hex DA 1 4E

RGB Percentages of Color #da014e

%73.40
%0.34
%26.26

CMYK Percentages of Color #da014e

%0
%100
%64
%15

Triadic Colors of #da014e

#da014e #4eda01 #014eda

Analogous Colors of #da014e

#da014e #da2001 #da01bb

Monochromatic Colors of #da014e

#da014e

Complementary Color

#da014e #01da8d

#da014e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da014e Color Preview on White Background

Lorem ipsum dolor sit amet.

#da014e Color CSS Codes

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

#da014e Text Font Color

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

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


#da014e Background Color

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

This div background color is #da014e


#da014e Border Color

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

This div border color is #da014e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da014e


Comments

No comments written yet.

Please login to write comment.