Color Hex Logo

#da518a Color Hex

#DA518A
(218,81,138)
0 Favorites   0 Comments

Color spaces of #da518a

RGB 21881138
HSL0.930.650.59
HSV335°63°85°
CMYK 0.000.630.37   0.15
XYZ36.443322.625326.4911
Yxy22.62530.42590.2644
Hunter Lab47.566153.51930.2757
CIE-Lab54.684358.5687-2.9867

#da518a color RGB value is (218,81,138).

#da518a hex color red value is 218, green value is 81 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #da518a hue: 0.93 , saturation: 0.65 and the lightness value of da518a is 0.59.

The process color (four color CMYK) of #da518a color hex is 0.00, 0.63, 0.37, 0.15. Web safe color of #da518a is #cc6699. Color #da518a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01010001 10001010
Octal 332 121 212
Decimal 218 81 138
Hex DA 51 8A

RGB Percentages of Color #da518a

%49.89
%18.54
%31.58

CMYK Percentages of Color #da518a

%0
%63
%37
%15

Triadic Colors of #da518a

#da518a #8ada51 #518ada

Analogous Colors of #da518a

#da518a #da5c51 #da51cf

Monochromatic Colors of #da518a

#da518a

Complementary Color

#da518a #51daa1

#da518a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da518a Color Preview on White Background

Lorem ipsum dolor sit amet.

#da518a Color CSS Codes

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

#da518a Text Font Color

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

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


#da518a Background Color

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

This div background color is #da518a


#da518a Border Color

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

This div border color is #da518a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da518a


Comments

No comments written yet.

Please login to write comment.