Color Hex Logo

#da618e Color Hex

#DA618E
(218,97,142)
0 Favorites   0 Comments

Color spaces of #da618e

RGB 21897142
HSL0.940.620.62
HSV338°56°85°
CMYK 0.000.560.35   0.15
XYZ38.070625.407828.4888
Yxy25.40780.41400.2763
Hunter Lab50.406246.60621.7745
CIE-Lab57.470651.8867-1.2454

#da618e color RGB value is (218,97,142).

#da618e hex color red value is 218, green value is 97 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #da618e hue: 0.94 , saturation: 0.62 and the lightness value of da618e is 0.62.

The process color (four color CMYK) of #da618e color hex is 0.00, 0.56, 0.35, 0.15. Web safe color of #da618e is #cc6699. Color #da618e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01100001 10001110
Octal 332 141 216
Decimal 218 97 142
Hex DA 61 8E

RGB Percentages of Color #da618e

%47.70
%21.23
%31.07

CMYK Percentages of Color #da618e

%0
%56
%35
%15

Triadic Colors of #da618e

#da618e #8eda61 #618eda

Analogous Colors of #da618e

#da618e #da7161 #da61cb

Monochromatic Colors of #da618e

#da618e

Complementary Color

#da618e #61daad

#da618e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da618e Color Preview on White Background

Lorem ipsum dolor sit amet.

#da618e Color CSS Codes

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

#da618e Text Font Color

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

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


#da618e Background Color

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

This div background color is #da618e


#da618e Border Color

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

This div border color is #da618e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da618e


Comments

No comments written yet.

Please login to write comment.