Color Hex Logo

#da277c Color Hex

#DA277C
(218,39,124)
0 Favorites   0 Comments

Color spaces of #da277c

RGB 21839124
HSL0.920.710.50
HSV332°82°85°
CMYK 0.000.820.43   0.15
XYZ33.277117.811720.7529
Yxy17.81170.46320.2479
Hunter Lab42.203966.88750.3881
CIE-Lab49.266971.0796-2.5693

#da277c color RGB value is (218,39,124).

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

The process color (four color CMYK) of #da277c color hex is 0.00, 0.82, 0.43, 0.15. Web safe color of #da277c is #cc3366. Color #da277c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00100111 01111100
Octal 332 47 174
Decimal 218 39 124
Hex DA 27 7C

RGB Percentages of Color #da277c

%57.22
%10.24
%32.55

CMYK Percentages of Color #da277c

%0
%82
%43
%15

Triadic Colors of #da277c

#da277c #7cda27 #277cda

Analogous Colors of #da277c

#da277c #da2c27 #da27d6

Monochromatic Colors of #da277c

#da277c

Complementary Color

#da277c #27da85

#da277c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da277c Color Preview on White Background

Lorem ipsum dolor sit amet.

#da277c Color CSS Codes

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

#da277c Text Font Color

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

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


#da277c Background Color

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

This div background color is #da277c


#da277c Border Color

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

This div border color is #da277c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da277c


Comments

No comments written yet.

Please login to write comment.