Color Hex Logo

#da758a Color Hex

#DA758A
(218,117,138)
0 Favorites   0 Comments

Color spaces of #da758a

RGB 218117138
HSL0.970.580.66
HSV348°46°85°
CMYK 0.000.460.37   0.15
XYZ39.862229.463027.6307
Yxy29.46300.41110.3039
Hunter Lab54.279836.09777.8148
CIE-Lab61.188141.55636.4615

#da758a color RGB value is (218,117,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01110101 10001010
Octal 332 165 212
Decimal 218 117 138
Hex DA 75 8A

RGB Percentages of Color #da758a

%46.09
%24.74
%29.18

CMYK Percentages of Color #da758a

%0
%46
%37
%15

Triadic Colors of #da758a

#da758a #8ada75 #758ada

Analogous Colors of #da758a

#da758a #da9375 #da75bd

Monochromatic Colors of #da758a

#da758a

Complementary Color

#da758a #75dac5

#da758a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da758a Color Preview on White Background

Lorem ipsum dolor sit amet.

#da758a Color CSS Codes

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

#da758a Text Font Color

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

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


#da758a Background Color

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

This div background color is #da758a


#da758a Border Color

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

This div border color is #da758a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da758a


Comments

No comments written yet.

Please login to write comment.