Color Hex Logo

#da7093 Color Hex

#DA7093
(218,112,147)
0 Favorites   0 Comments

Color spaces of #da7093

RGB 218112147
HSL0.940.590.65
HSV340°49°85°
CMYK 0.000.490.33   0.15
XYZ39.974128.600431.0173
Yxy28.60040.40140.2872
Hunter Lab53.479339.83423.0481
CIE-Lab60.427345.18540.1747

#da7093 color RGB value is (218,112,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01110000 10010011
Octal 332 160 223
Decimal 218 112 147
Hex DA 70 93

RGB Percentages of Color #da7093

%45.70
%23.48
%30.82

CMYK Percentages of Color #da7093

%0
%49
%33
%15

Triadic Colors of #da7093

#da7093 #93da70 #7093da

Analogous Colors of #da7093

#da7093 #da8270 #da70c8

Monochromatic Colors of #da7093

#da7093

Complementary Color

#da7093 #70dab7

#da7093 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da7093 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da7093 Color CSS Codes

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

#da7093 Text Font Color

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

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


#da7093 Background Color

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

This div background color is #da7093


#da7093 Border Color

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

This div border color is #da7093


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da7093


Comments

No comments written yet.

Please login to write comment.