Color Hex Logo

#d80666 Color Hex

#D80666
(216,6,102)
0 Favorites   0 Comments

Color spaces of #d80666

RGB 2166102
HSL0.920.950.44
HSV333°97°85°
CMYK 0.000.970.53   0.15
XYZ30.782315.688513.9761
Yxy15.68850.50920.2595
Hunter Lab39.608769.40786.8054
CIE-Lab46.563173.69756.9797

#d80666 color RGB value is (216,6,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 00000110 01100110
Octal 330 6 146
Decimal 216 6 102
Hex D8 6 66

RGB Percentages of Color #d80666

%66.67
%1.85
%31.48

CMYK Percentages of Color #d80666

%0
%97
%53
%15

Triadic Colors of #d80666

#d80666 #66d806 #0666d8

Analogous Colors of #d80666

#d80666 #d80f06 #d806cf

Monochromatic Colors of #d80666

#d80666

Complementary Color

#d80666 #06d878

#d80666 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d80666 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d80666 Color CSS Codes

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

#d80666 Text Font Color

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

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


#d80666 Background Color

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

This div background color is #d80666


#d80666 Border Color

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

This div border color is #d80666


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d80666


Comments

No comments written yet.

Please login to write comment.