Color Hex Logo

#d9658e Color Hex

#D9658E
(217,101,142)
0 Favorites   0 Comments

Color spaces of #d9658e

RGB 217101142
HSL0.940.600.62
HSV339°53°85°
CMYK 0.000.530.35   0.15
XYZ38.151426.012128.6012
Yxy26.01210.41130.2804
Hunter Lab51.002144.27092.4525
CIE-Lab58.048549.6562-0.4170

#d9658e color RGB value is (217,101,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01100101 10001110
Octal 331 145 216
Decimal 217 101 142
Hex D9 65 8E

RGB Percentages of Color #d9658e

%47.17
%21.96
%30.87

CMYK Percentages of Color #d9658e

%0
%53
%35
%15

Triadic Colors of #d9658e

#d9658e #8ed965 #658ed9

Analogous Colors of #d9658e

#d9658e #d97665 #d965c8

Monochromatic Colors of #d9658e

#d9658e

Complementary Color

#d9658e #65d9b0

#d9658e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9658e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9658e Color CSS Codes

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

#d9658e Text Font Color

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

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


#d9658e Background Color

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

This div background color is #d9658e


#d9658e Border Color

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

This div border color is #d9658e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9658e


Comments

No comments written yet.

Please login to write comment.