Color Hex Logo

#d76066 Color Hex

#D76066
(215,96,102)
0 Favorites   0 Comments

Color spaces of #d76066

RGB 21596102
HSL0.990.600.61
HSV357°55°84°
CMYK 0.000.550.53   0.16
XYZ34.605523.772115.3349
Yxy23.77210.46950.3225
Hunter Lab48.756641.368015.4818
CIE-Lab55.858947.294119.8379

#d76066 color RGB value is (215,96,102).

#d76066 hex color red value is 215, green value is 96 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #d76066 hue: 0.99 , saturation: 0.60 and the lightness value of d76066 is 0.61.

The process color (four color CMYK) of #d76066 color hex is 0.00, 0.55, 0.53, 0.16. Web safe color of #d76066 is #cc6666. Color #d76066 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01100000 01100110
Octal 327 140 146
Decimal 215 96 102
Hex D7 60 66

RGB Percentages of Color #d76066

%52.06
%23.24
%24.70

CMYK Percentages of Color #d76066

%0
%55
%53
%16

Triadic Colors of #d76066

#d76066 #66d760 #6066d7

Analogous Colors of #d76066

#d76066 #d79660 #d760a2

Monochromatic Colors of #d76066

#d76066

Complementary Color

#d76066 #60d7d1

#d76066 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d76066 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d76066 Color CSS Codes

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

#d76066 Text Font Color

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

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


#d76066 Background Color

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

This div background color is #d76066


#d76066 Border Color

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

This div border color is #d76066


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d76066


Comments

No comments written yet.

Please login to write comment.