Color Hex Logo

#d06750 Color Hex

#D06750
(208,103,80)
0 Favorites   0 Comments

Color spaces of #d06750

RGB 20810380
HSL0.030.580.56
HSV11°62°82°
CMYK 0.000.500.62   0.18
XYZ32.310623.689610.4590
Yxy23.68960.48620.3565
Hunter Lab48.672033.320321.3297
CIE-Lab55.775739.579432.1558

#d06750 color RGB value is (208,103,80).

#d06750 hex color red value is 208, green value is 103 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #d06750 hue: 0.03 , saturation: 0.58 and the lightness value of d06750 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01100111 01010000
Octal 320 147 120
Decimal 208 103 80
Hex D0 67 50

RGB Percentages of Color #d06750

%53.20
%26.34
%20.46

CMYK Percentages of Color #d06750

%0
%50
%62
%18

Triadic Colors of #d06750

#d06750 #50d067 #6750d0

Analogous Colors of #d06750

#d06750 #d0a750 #d05079

Monochromatic Colors of #d06750

#d06750

Complementary Color

#d06750 #50b9d0

#d06750 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d06750 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d06750 Color CSS Codes

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

#d06750 Text Font Color

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

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


#d06750 Background Color

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

This div background color is #d06750


#d06750 Border Color

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

This div border color is #d06750


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d06750


Comments

No comments written yet.

Please login to write comment.