Color Hex Logo

#d8066e Color Hex

#D8066E
(216,6,110)
0 Favorites   0 Comments

Color spaces of #d8066e

RGB 2166110
HSL0.920.950.44
HSV330°97°85°
CMYK 0.000.970.49   0.15
XYZ31.198515.855016.1678
Yxy15.85500.49350.2508
Hunter Lab39.818370.17643.7988
CIE-Lab46.783774.28752.3402

#d8066e color RGB value is (216,6,110).

#d8066e hex color red value is 216, green value is 6 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #d8066e hue: 0.92 , saturation: 0.95 and the lightness value of d8066e is 0.44.

The process color (four color CMYK) of #d8066e color hex is 0.00, 0.97, 0.49, 0.15. Web safe color of #d8066e is #cc0066. Color #d8066e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00000110 01101110
Octal 330 6 156
Decimal 216 6 110
Hex D8 6 6E

RGB Percentages of Color #d8066e

%65.06
%1.81
%33.13

CMYK Percentages of Color #d8066e

%0
%97
%49
%15

Triadic Colors of #d8066e

#d8066e #6ed806 #066ed8

Analogous Colors of #d8066e

#d8066e #d80706 #d806d7

Monochromatic Colors of #d8066e

#d8066e

Complementary Color

#d8066e #06d870

#d8066e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8066e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8066e Color CSS Codes

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

#d8066e Text Font Color

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

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


#d8066e Background Color

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

This div background color is #d8066e


#d8066e Border Color

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

This div border color is #d8066e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8066e


Comments

No comments written yet.

Please login to write comment.