Color Hex Logo

#da107e Color Hex

#DA107E
(218,16,126)
0 Favorites   0 Comments

Color spaces of #da107e

RGB 21816126
HSL0.910.860.46
HSV327°93°85°
CMYK 0.000.930.42   0.15
XYZ32.864616.782421.2458
Yxy16.78240.46360.2367
Hunter Lab40.966371.5078-2.0723
CIE-Lab47.984775.1443-5.6842

#da107e color RGB value is (218,16,126).

#da107e hex color red value is 218, green value is 16 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #da107e hue: 0.91 , saturation: 0.86 and the lightness value of da107e is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00010000 01111110
Octal 332 20 176
Decimal 218 16 126
Hex DA 10 7E

RGB Percentages of Color #da107e

%60.56
%4.44
%35.00

CMYK Percentages of Color #da107e

%0
%93
%42
%15

Triadic Colors of #da107e

#da107e #7eda10 #107eda

Analogous Colors of #da107e

#da107e #da1019 #d110da

Monochromatic Colors of #da107e

#da107e

Complementary Color

#da107e #10da6c

#da107e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da107e Color Preview on White Background

Lorem ipsum dolor sit amet.

#da107e Color CSS Codes

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

#da107e Text Font Color

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

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


#da107e Background Color

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

This div background color is #da107e


#da107e Border Color

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

This div border color is #da107e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da107e


Comments

No comments written yet.

Please login to write comment.