Color Hex Logo

#da7894 Color Hex

#DA7894
(218,120,148)
0 Favorites   0 Comments

Color spaces of #da7894

RGB 218120148
HSL0.950.570.66
HSV343°45°85°
CMYK 0.000.450.32   0.15
XYZ40.975230.476531.7399
Yxy30.47650.39710.2953
Hunter Lab55.205535.87844.5556
CIE-Lab62.063241.23571.9810

#da7894 color RGB value is (218,120,148).

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

The process color (four color CMYK) of #da7894 color hex is 0.00, 0.45, 0.32, 0.15. Web safe color of #da7894 is #cc6699. Color #da7894 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01111000 10010100
Octal 332 170 224
Decimal 218 120 148
Hex DA 78 94

RGB Percentages of Color #da7894

%44.86
%24.69
%30.45

CMYK Percentages of Color #da7894

%0
%45
%32
%15

Triadic Colors of #da7894

#da7894 #94da78 #7894da

Analogous Colors of #da7894

#da7894 #da8d78 #da78c5

Monochromatic Colors of #da7894

#da7894

Complementary Color

#da7894 #78dabe

#da7894 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da7894 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da7894 Color CSS Codes

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

#da7894 Text Font Color

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

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


#da7894 Background Color

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

This div background color is #da7894


#da7894 Border Color

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

This div border color is #da7894


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da7894


Comments

No comments written yet.

Please login to write comment.