Color Hex Logo

#d86466 Color Hex

#D86466
(216,100,102)
0 Favorites   0 Comments

Color spaces of #d86466

RGB 216100102
HSL1.000.600.62
HSV359°54°85°
CMYK 0.000.540.53   0.15
XYZ35.274324.672615.4735
Yxy24.67260.46770.3271
Hunter Lab49.671539.836916.3002
CIE-Lab56.755045.716921.0704

#d86466 color RGB value is (216,100,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 01100100 01100110
Octal 330 144 146
Decimal 216 100 102
Hex D8 64 66

RGB Percentages of Color #d86466

%51.67
%23.92
%24.40

CMYK Percentages of Color #d86466

%0
%54
%53
%15

Triadic Colors of #d86466

#d86466 #66d864 #6466d8

Analogous Colors of #d86466

#d86466 #d89c64 #d864a0

Monochromatic Colors of #d86466

#d86466

Complementary Color

#d86466 #64d8d6

#d86466 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d86466 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d86466 Color CSS Codes

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

#d86466 Text Font Color

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

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


#d86466 Background Color

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

This div background color is #d86466


#d86466 Border Color

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

This div border color is #d86466


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d86466


Comments

No comments written yet.

Please login to write comment.