Color Hex Logo

#da037e Color Hex

#DA037E
(218,3,126)
0 Favorites   0 Comments

Color spaces of #da037e

RGB 2183126
HSL0.900.970.43
HSV326°99°85°
CMYK 0.000.990.42   0.15
XYZ32.711916.476921.1949
Yxy16.47690.46480.2341
Hunter Lab40.591772.8132-2.5439
CIE-Lab47.594176.2837-6.2650

#da037e color RGB value is (218,3,126).

#da037e hex color red value is 218, green value is 3 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #da037e hue: 0.90 , saturation: 0.97 and the lightness value of da037e is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00000011 01111110
Octal 332 3 176
Decimal 218 3 126
Hex DA 3 7E

RGB Percentages of Color #da037e

%62.82
%0.86
%36.31

CMYK Percentages of Color #da037e

%0
%99
%42
%15

Triadic Colors of #da037e

#da037e #7eda03 #037eda

Analogous Colors of #da037e

#da037e #da0312 #cb03da

Monochromatic Colors of #da037e

#da037e

Complementary Color

#da037e #03da5f

#da037e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da037e Color Preview on White Background

Lorem ipsum dolor sit amet.

#da037e Color CSS Codes

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

#da037e Text Font Color

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

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


#da037e Background Color

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

This div background color is #da037e


#da037e Border Color

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

This div border color is #da037e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da037e


Comments

No comments written yet.

Please login to write comment.