Color Hex Logo

#da016d Color Hex

#DA016D
(218,1,109)
0 Favorites   0 Comments

Color spaces of #da016d

RGB 2181109
HSL0.920.990.43
HSV330°100°85°
CMYK 0.001.000.50   0.15
XYZ31.684616.031315.8924
Yxy16.03130.49810.2520
Hunter Lab40.039171.18604.4939
CIE-Lab47.015575.07033.3447

#da016d color RGB value is (218,1,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00000001 01101101
Octal 332 1 155
Decimal 218 1 109
Hex DA 1 6D

RGB Percentages of Color #da016d

%66.46
%0.30
%33.23

CMYK Percentages of Color #da016d

%0
%100
%50
%15

Triadic Colors of #da016d

#da016d #6dda01 #016dda

Analogous Colors of #da016d

#da016d #da0101 #da01da

Monochromatic Colors of #da016d

#da016d

Complementary Color

#da016d #01da6e

#da016d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da016d Color Preview on White Background

Lorem ipsum dolor sit amet.

#da016d Color CSS Codes

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

#da016d Text Font Color

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

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


#da016d Background Color

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

This div background color is #da016d


#da016d Border Color

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

This div border color is #da016d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da016d


Comments

No comments written yet.

Please login to write comment.