Color Hex Logo

#da507f Color Hex

#DA507F
(218,80,127)
0 Favorites   0 Comments

Color spaces of #da507f

RGB 21880127
HSL0.940.650.58
HSV340°63°85°
CMYK 0.000.630.42   0.15
XYZ35.612922.175122.4819
Yxy22.17510.44370.2763
Hunter Lab47.090452.58524.6571
CIE-Lab54.212357.82292.8457

#da507f color RGB value is (218,80,127).

#da507f hex color red value is 218, green value is 80 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #da507f hue: 0.94 , saturation: 0.65 and the lightness value of da507f is 0.58.

The process color (four color CMYK) of #da507f color hex is 0.00, 0.63, 0.42, 0.15. Web safe color of #da507f is #cc6666. Color #da507f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01010000 01111111
Octal 332 120 177
Decimal 218 80 127
Hex DA 50 7F

RGB Percentages of Color #da507f

%51.29
%18.82
%29.88

CMYK Percentages of Color #da507f

%0
%63
%42
%15

Triadic Colors of #da507f

#da507f #7fda50 #507fda

Analogous Colors of #da507f

#da507f #da6650 #da50c4

Monochromatic Colors of #da507f

#da507f

Complementary Color

#da507f #50daab

#da507f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da507f Color Preview on White Background

Lorem ipsum dolor sit amet.

#da507f Color CSS Codes

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

#da507f Text Font Color

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

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


#da507f Background Color

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

This div background color is #da507f


#da507f Border Color

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

This div border color is #da507f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da507f


Comments

No comments written yet.

Please login to write comment.