Color Hex Logo

#da757f Color Hex

#DA757F
(218,117,127)
0 Favorites   0 Comments

Color spaces of #da757f

RGB 218117127
HSL0.980.580.66
HSV354°46°85°
CMYK 0.000.460.42   0.15
XYZ39.105529.160323.6461
Yxy29.16030.42550.3173
Hunter Lab54.000334.764311.8378
CIE-Lab60.922840.316312.4093

#da757f color RGB value is (218,117,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01110101 01111111
Octal 332 165 177
Decimal 218 117 127
Hex DA 75 7F

RGB Percentages of Color #da757f

%47.19
%25.32
%27.49

CMYK Percentages of Color #da757f

%0
%46
%42
%15

Triadic Colors of #da757f

#da757f #7fda75 #757fda

Analogous Colors of #da757f

#da757f #da9e75 #da75b2

Monochromatic Colors of #da757f

#da757f

Complementary Color

#da757f #75dad0

#da757f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da757f Color Preview on White Background

Lorem ipsum dolor sit amet.

#da757f Color CSS Codes

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

#da757f Text Font Color

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

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


#da757f Background Color

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

This div background color is #da757f


#da757f Border Color

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

This div border color is #da757f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da757f


Comments

No comments written yet.

Please login to write comment.