Color Hex Logo

#d85866 Color Hex

#D85866
(216,88,102)
0 Favorites   0 Comments

Color spaces of #d85866

RGB 21688102
HSL0.980.620.60
HSV353°59°85°
CMYK 0.000.590.53   0.15
XYZ34.206922.537715.1177
Yxy22.53770.47600.3136
Hunter Lab47.473945.537314.3513
CIE-Lab54.592951.374818.1488

#d85866 color RGB value is (216,88,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 01011000 01100110
Octal 330 130 146
Decimal 216 88 102
Hex D8 58 66

RGB Percentages of Color #d85866

%53.20
%21.67
%25.12

CMYK Percentages of Color #d85866

%0
%59
%53
%15

Triadic Colors of #d85866

#d85866 #66d858 #5866d8

Analogous Colors of #d85866

#d85866 #d88a58 #d858a6

Monochromatic Colors of #d85866

#d85866

Complementary Color

#d85866 #58d8ca

#d85866 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d85866 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d85866 Color CSS Codes

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

#d85866 Text Font Color

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

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


#d85866 Background Color

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

This div background color is #d85866


#d85866 Border Color

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

This div border color is #d85866


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d85866


Comments

No comments written yet.

Please login to write comment.