Color Hex Logo

#da618a Color Hex

#DA618A
(218,97,138)
0 Favorites   0 Comments

Color spaces of #da618a

RGB 21897138
HSL0.940.620.62
HSV340°56°85°
CMYK 0.000.560.37   0.15
XYZ37.775625.289826.9352
Yxy25.28980.41970.2810
Hunter Lab50.289046.07833.4460
CIE-Lab57.356751.42330.9271

#da618a color RGB value is (218,97,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01100001 10001010
Octal 332 141 212
Decimal 218 97 138
Hex DA 61 8A

RGB Percentages of Color #da618a

%48.12
%21.41
%30.46

CMYK Percentages of Color #da618a

%0
%56
%37
%15

Triadic Colors of #da618a

#da618a #8ada61 #618ada

Analogous Colors of #da618a

#da618a #da7561 #da61c7

Monochromatic Colors of #da618a

#da618a

Complementary Color

#da618a #61dab1

#da618a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da618a Color Preview on White Background

Lorem ipsum dolor sit amet.

#da618a Color CSS Codes

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

#da618a Text Font Color

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

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


#da618a Background Color

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

This div background color is #da618a


#da618a Border Color

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

This div border color is #da618a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da618a


Comments

No comments written yet.

Please login to write comment.