Color Hex Logo

#da6294 Color Hex

#DA6294
(218,98,148)
0 Favorites   0 Comments

Color spaces of #da6294

RGB 21898148
HSL0.930.620.62
HSV335°55°85°
CMYK 0.000.550.32   0.15
XYZ38.626425.778930.9570
Yxy25.77890.40500.2703
Hunter Lab50.772946.9444-0.6089
CIE-Lab57.826652.1373-4.2240

#da6294 color RGB value is (218,98,148).

#da6294 hex color red value is 218, green value is 98 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #da6294 hue: 0.93 , saturation: 0.62 and the lightness value of da6294 is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01100010 10010100
Octal 332 142 224
Decimal 218 98 148
Hex DA 62 94

RGB Percentages of Color #da6294

%46.98
%21.12
%31.90

CMYK Percentages of Color #da6294

%0
%55
%32
%15

Triadic Colors of #da6294

#da6294 #94da62 #6294da

Analogous Colors of #da6294

#da6294 #da6c62 #da62d0

Monochromatic Colors of #da6294

#da6294

Complementary Color

#da6294 #62daa8

#da6294 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da6294 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da6294 Color CSS Codes

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

#da6294 Text Font Color

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

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


#da6294 Background Color

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

This div background color is #da6294


#da6294 Border Color

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

This div border color is #da6294


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da6294


Comments

No comments written yet.

Please login to write comment.