Color Hex Logo

#d06762 Color Hex

#D06762
(208,103,98)
0 Favorites   0 Comments

Color spaces of #d06762

RGB 20810398
HSL0.010.540.60
HSV53°82°
CMYK 0.000.500.53   0.18
XYZ33.067323.992214.4434
Yxy23.99220.46250.3355
Hunter Lab48.981834.785916.8043
CIE-Lab56.080040.970822.2759

#d06762 color RGB value is (208,103,98).

#d06762 hex color red value is 208, green value is 103 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #d06762 hue: 0.01 , saturation: 0.54 and the lightness value of d06762 is 0.60.

The process color (four color CMYK) of #d06762 color hex is 0.00, 0.50, 0.53, 0.18. Web safe color of #d06762 is #cc6666. Color #d06762 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01100111 01100010
Octal 320 147 142
Decimal 208 103 98
Hex D0 67 62

RGB Percentages of Color #d06762

%50.86
%25.18
%23.96

CMYK Percentages of Color #d06762

%0
%50
%53
%18

Triadic Colors of #d06762

#d06762 #62d067 #6762d0

Analogous Colors of #d06762

#d06762 #d09e62 #d06294

Monochromatic Colors of #d06762

#d06762

Complementary Color

#d06762 #62cbd0

#d06762 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d06762 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d06762 Color CSS Codes

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

#d06762 Text Font Color

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

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


#d06762 Background Color

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

This div background color is #d06762


#d06762 Border Color

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

This div border color is #d06762


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(208,103,98, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d06762; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d06762;
  -webkit-box-shadow: 1px 1px 3px 2px #d06762;
  box-shadow:         1px 1px 3px 2px #d06762; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,103,98, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d06762


Comments

No comments written yet.

Please login to write comment.