Color Hex Logo

#da028e Color Hex

#DA028E
(218,2,142)
0 Favorites   0 Comments

Color spaces of #da028e

RGB 2182142
HSL0.890.980.43
HSV321°99°85°
CMYK 0.000.990.35   0.15
XYZ33.817616.901827.0712
Yxy16.90180.43470.2173
Hunter Lab41.111874.8843-10.2629
CIE-Lab48.136177.8517-15.1815

#da028e color RGB value is (218,2,142).

#da028e hex color red value is 218, green value is 2 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #da028e hue: 0.89 , saturation: 0.98 and the lightness value of da028e is 0.43.

The process color (four color CMYK) of #da028e color hex is 0.00, 0.99, 0.35, 0.15. Web safe color of #da028e is #cc0099. Color #da028e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00000010 10001110
Octal 332 2 216
Decimal 218 2 142
Hex DA 2 8E

RGB Percentages of Color #da028e

%60.22
%0.55
%39.23

CMYK Percentages of Color #da028e

%0
%99
%35
%15

Triadic Colors of #da028e

#da028e #8eda02 #028eda

Analogous Colors of #da028e

#da028e #da0222 #ba02da

Monochromatic Colors of #da028e

#da028e

Complementary Color

#da028e #02da4e

#da028e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da028e Color Preview on White Background

Lorem ipsum dolor sit amet.

#da028e Color CSS Codes

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

#da028e Text Font Color

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

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


#da028e Background Color

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

This div background color is #da028e


#da028e Border Color

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

This div border color is #da028e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da028e


Comments

No comments written yet.

Please login to write comment.