Color Hex Logo

#da277a Color Hex

#DA277A
(218,39,122)
0 Favorites   0 Comments

Color spaces of #da277a

RGB 21839122
HSL0.920.710.50
HSV332°82°85°
CMYK 0.000.820.44   0.15
XYZ33.151817.761620.0934
Yxy17.76160.46690.2501
Hunter Lab42.144566.65911.2332
CIE-Lab49.205770.9008-1.4425

#da277a color RGB value is (218,39,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00100111 01111010
Octal 332 47 172
Decimal 218 39 122
Hex DA 27 7A

RGB Percentages of Color #da277a

%57.52
%10.29
%32.19

CMYK Percentages of Color #da277a

%0
%82
%44
%15

Triadic Colors of #da277a

#da277a #7ada27 #277ada

Analogous Colors of #da277a

#da277a #da2e27 #da27d4

Monochromatic Colors of #da277a

#da277a

Complementary Color

#da277a #27da87

#da277a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da277a Color Preview on White Background

Lorem ipsum dolor sit amet.

#da277a Color CSS Codes

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

#da277a Text Font Color

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

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


#da277a Background Color

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

This div background color is #da277a


#da277a Border Color

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

This div border color is #da277a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da277a


Comments

No comments written yet.

Please login to write comment.