Color Hex Logo

#da7693 Color Hex

#DA7693
(218,118,147)
0 Favorites   0 Comments

Color spaces of #da7693

RGB 218118147
HSL0.950.570.66
HSV343°46°85°
CMYK 0.000.460.33   0.15
XYZ40.658329.968931.2454
Yxy29.96890.39910.2942
Hunter Lab54.743936.77034.4806
CIE-Lab61.627442.13801.9219

#da7693 color RGB value is (218,118,147).

#da7693 hex color red value is 218, green value is 118 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #da7693 hue: 0.95 , saturation: 0.57 and the lightness value of da7693 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01110110 10010011
Octal 332 166 223
Decimal 218 118 147
Hex DA 76 93

RGB Percentages of Color #da7693

%45.13
%24.43
%30.43

CMYK Percentages of Color #da7693

%0
%46
%33
%15

Triadic Colors of #da7693

#da7693 #93da76 #7693da

Analogous Colors of #da7693

#da7693 #da8b76 #da76c5

Monochromatic Colors of #da7693

#da7693

Complementary Color

#da7693 #76dabd

#da7693 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da7693 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da7693 Color CSS Codes

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

#da7693 Text Font Color

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

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


#da7693 Background Color

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

This div background color is #da7693


#da7693 Border Color

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

This div border color is #da7693


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da7693


Comments

No comments written yet.

Please login to write comment.