Color Hex Logo

#da7392 Color Hex

#DA7392
(218,115,146)
0 Favorites   0 Comments

Color spaces of #da7392

RGB 218115146
HSL0.950.580.65
HSV342°47°85°
CMYK 0.000.470.33   0.15
XYZ40.232529.242230.7180
Yxy29.24220.40160.2919
Hunter Lab54.076138.17064.1735
CIE-Lab60.994843.54491.5777

#da7392 color RGB value is (218,115,146).

#da7392 hex color red value is 218, green value is 115 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #da7392 hue: 0.95 , saturation: 0.58 and the lightness value of da7392 is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01110011 10010010
Octal 332 163 222
Decimal 218 115 146
Hex DA 73 92

RGB Percentages of Color #da7392

%45.51
%24.01
%30.48

CMYK Percentages of Color #da7392

%0
%47
%33
%15

Triadic Colors of #da7392

#da7392 #92da73 #7392da

Analogous Colors of #da7392

#da7392 #da8873 #da73c6

Monochromatic Colors of #da7392

#da7392

Complementary Color

#da7392 #73dabb

#da7392 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da7392 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da7392 Color CSS Codes

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

#da7392 Text Font Color

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

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


#da7392 Background Color

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

This div background color is #da7392


#da7392 Border Color

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

This div border color is #da7392


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da7392


Comments

No comments written yet.

Please login to write comment.