Color Hex Logo

#d8066b Color Hex

#D8066B
(216,6,107)
0 Favorites   0 Comments

Color spaces of #d8066b

RGB 2166107
HSL0.920.950.44
HSV331°97°85°
CMYK 0.000.970.50   0.15
XYZ31.037915.790715.3220
Yxy15.79070.49940.2541
Hunter Lab39.737569.88094.9552
CIE-Lab46.698774.06104.0736

#d8066b color RGB value is (216,6,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 00000110 01101011
Octal 330 6 153
Decimal 216 6 107
Hex D8 6 6B

RGB Percentages of Color #d8066b

%65.65
%1.82
%32.52

CMYK Percentages of Color #d8066b

%0
%97
%50
%15

Triadic Colors of #d8066b

#d8066b #6bd806 #066bd8

Analogous Colors of #d8066b

#d8066b #d80a06 #d806d4

Monochromatic Colors of #d8066b

#d8066b

Complementary Color

#d8066b #06d873

#d8066b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8066b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8066b Color CSS Codes

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

#d8066b Text Font Color

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

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


#d8066b Background Color

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

This div background color is #d8066b


#d8066b Border Color

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

This div border color is #d8066b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8066b


Comments

No comments written yet.

Please login to write comment.