Color Hex Logo

#d9618e Color Hex

#D9618E
(217,97,142)
0 Favorites   0 Comments

Color spaces of #d9618e

RGB 21797142
HSL0.940.610.62
HSV338°55°85°
CMYK 0.000.550.35   0.15
XYZ37.772525.254128.4749
Yxy25.25410.41280.2760
Hunter Lab50.253546.22421.5822
CIE-Lab57.322251.5621-1.4806

#d9618e color RGB value is (217,97,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01100001 10001110
Octal 331 141 216
Decimal 217 97 142
Hex D9 61 8E

RGB Percentages of Color #d9618e

%47.59
%21.27
%31.14

CMYK Percentages of Color #d9618e

%0
%55
%35
%15

Triadic Colors of #d9618e

#d9618e #8ed961 #618ed9

Analogous Colors of #d9618e

#d9618e #d97061 #d961ca

Monochromatic Colors of #d9618e

#d9618e

Complementary Color

#d9618e #61d9ac

#d9618e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9618e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9618e Color CSS Codes

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

#d9618e Text Font Color

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

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


#d9618e Background Color

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

This div background color is #d9618e


#d9618e Border Color

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

This div border color is #d9618e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9618e


Comments

No comments written yet.

Please login to write comment.