Color Hex Logo

#da278e Color Hex

#DA278E
(218,39,142)
0 Favorites   0 Comments

Color spaces of #da278e

RGB 21839142
HSL0.900.710.50
HSV325°82°85°
CMYK 0.000.820.35   0.15
XYZ34.521418.309527.3058
Yxy18.30950.43080.2285
Hunter Lab42.789669.1268-7.8827
CIE-Lab49.869472.8216-12.5553

#da278e color RGB value is (218,39,142).

#da278e hex color red value is 218, green value is 39 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #da278e hue: 0.90 , saturation: 0.71 and the lightness value of da278e is 0.50.

The process color (four color CMYK) of #da278e color hex is 0.00, 0.82, 0.35, 0.15. Web safe color of #da278e is #cc3399. Color #da278e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00100111 10001110
Octal 332 47 216
Decimal 218 39 142
Hex DA 27 8E

RGB Percentages of Color #da278e

%54.64
%9.77
%35.59

CMYK Percentages of Color #da278e

%0
%82
%35
%15

Triadic Colors of #da278e

#da278e #8eda27 #278eda

Analogous Colors of #da278e

#da278e #da2734 #cd27da

Monochromatic Colors of #da278e

#da278e

Complementary Color

#da278e #27da73

#da278e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da278e Color Preview on White Background

Lorem ipsum dolor sit amet.

#da278e Color CSS Codes

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

#da278e Text Font Color

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

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


#da278e Background Color

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

This div background color is #da278e


#da278e Border Color

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

This div border color is #da278e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da278e


Comments

No comments written yet.

Please login to write comment.