Color Hex Logo

#da617a Color Hex

#DA617A
(218,97,122)
0 Favorites   0 Comments

Color spaces of #da617a

RGB 21897122
HSL0.970.620.62
HSV348°56°85°
CMYK 0.000.560.44   0.15
XYZ36.701024.860021.2764
Yxy24.86000.44300.3001
Hunter Lab49.859844.13639.6014
CIE-Lab56.938849.70539.6982

#da617a color RGB value is (218,97,122).

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

The process color (four color CMYK) of #da617a color hex is 0.00, 0.56, 0.44, 0.15. Web safe color of #da617a is #cc6666. Color #da617a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01100001 01111010
Octal 332 141 172
Decimal 218 97 122
Hex DA 61 7A

RGB Percentages of Color #da617a

%49.89
%22.20
%27.92

CMYK Percentages of Color #da617a

%0
%56
%44
%15

Triadic Colors of #da617a

#da617a #7ada61 #617ada

Analogous Colors of #da617a

#da617a #da8561 #da61b7

Monochromatic Colors of #da617a

#da617a

Complementary Color

#da617a #61dac1

#da617a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da617a Color Preview on White Background

Lorem ipsum dolor sit amet.

#da617a Color CSS Codes

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

#da617a Text Font Color

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

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


#da617a Background Color

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

This div background color is #da617a


#da617a Border Color

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

This div border color is #da617a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da617a


Comments

No comments written yet.

Please login to write comment.