Color Hex Logo

#d8657c Color Hex

#D8657C
(216,101,124)
0 Favorites   0 Comments

Color spaces of #d8657c

RGB 216101124
HSL0.970.600.62
HSV348°53°85°
CMYK 0.000.530.43   0.15
XYZ36.610725.361522.0345
Yxy25.36150.43580.3019
Hunter Lab50.360241.63509.3105
CIE-Lab57.426047.30649.1759

#d8657c color RGB value is (216,101,124).

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

The process color (four color CMYK) of #d8657c color hex is 0.00, 0.53, 0.43, 0.15. Web safe color of #d8657c is #cc6666. Color #d8657c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01100101 01111100
Octal 330 145 174
Decimal 216 101 124
Hex D8 65 7C

RGB Percentages of Color #d8657c

%48.98
%22.90
%28.12

CMYK Percentages of Color #d8657c

%0
%53
%43
%15

Triadic Colors of #d8657c

#d8657c #7cd865 #657cd8

Analogous Colors of #d8657c

#d8657c #d88865 #d865b6

Monochromatic Colors of #d8657c

#d8657c

Complementary Color

#d8657c #65d8c1

#d8657c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8657c Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8657c Color CSS Codes

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

#d8657c Text Font Color

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

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


#d8657c Background Color

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

This div background color is #d8657c


#d8657c Border Color

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

This div border color is #d8657c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,101,124, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8657c


Comments

No comments written yet.

Please login to write comment.