Color Hex Logo

#da7088 Color Hex

#DA7088
(218,112,136)
0 Favorites   0 Comments

Color spaces of #da7088

RGB 218112136
HSL0.960.590.65
HSV346°49°85°
CMYK 0.000.490.38   0.15
XYZ39.151528.271326.6860
Yxy28.27130.41600.3004
Hunter Lab53.170838.38707.4623
CIE-Lab60.133143.86636.1023

#da7088 color RGB value is (218,112,136).

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

The process color (four color CMYK) of #da7088 color hex is 0.00, 0.49, 0.38, 0.15. Web safe color of #da7088 is #cc6699. Color #da7088 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01110000 10001000
Octal 332 160 210
Decimal 218 112 136
Hex DA 70 88

RGB Percentages of Color #da7088

%46.78
%24.03
%29.18

CMYK Percentages of Color #da7088

%0
%49
%38
%15

Triadic Colors of #da7088

#da7088 #88da70 #7088da

Analogous Colors of #da7088

#da7088 #da8d70 #da70bd

Monochromatic Colors of #da7088

#da7088

Complementary Color

#da7088 #70dac2

#da7088 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da7088 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da7088 Color CSS Codes

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

#da7088 Text Font Color

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

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


#da7088 Background Color

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

This div background color is #da7088


#da7088 Border Color

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

This div border color is #da7088


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da7088


Comments

No comments written yet.

Please login to write comment.