Color Hex Logo

#d87690 Color Hex

#D87690
(216,118,144)
0 Favorites   0 Comments

Color spaces of #d87690

RGB 216118144
HSL0.960.560.65
HSV344°45°85°
CMYK 0.000.450.33   0.15
XYZ39.831429.569429.9937
Yxy29.56940.40070.2975
Hunter Lab54.377835.58925.3612
CIE-Lab61.280941.05993.1102

#d87690 color RGB value is (216,118,144).

#d87690 hex color red value is 216, green value is 118 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #d87690 hue: 0.96 , saturation: 0.56 and the lightness value of d87690 is 0.65.

The process color (four color CMYK) of #d87690 color hex is 0.00, 0.45, 0.33, 0.15. Web safe color of #d87690 is #cc6699. Color #d87690 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01110110 10010000
Octal 330 166 220
Decimal 216 118 144
Hex D8 76 90

RGB Percentages of Color #d87690

%45.19
%24.69
%30.13

CMYK Percentages of Color #d87690

%0
%45
%33
%15

Triadic Colors of #d87690

#d87690 #90d876 #7690d8

Analogous Colors of #d87690

#d87690 #d88d76 #d876c1

Monochromatic Colors of #d87690

#d87690

Complementary Color

#d87690 #76d8be

#d87690 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d87690 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d87690 Color CSS Codes

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

#d87690 Text Font Color

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

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


#d87690 Background Color

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

This div background color is #d87690


#d87690 Border Color

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

This div border color is #d87690


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d87690


Comments

No comments written yet.

Please login to write comment.