Color Hex Logo

#d69050 Color Hex

#D69050
(214,144,80)
0 Favorites   0 Comments

Color spaces of #d69050

RGB 21414480
HSL0.080.620.58
HSV29°63°84°
CMYK 0.000.330.63   0.16
XYZ39.152834.821812.2471
Yxy34.82180.45410.4039
Hunter Lab59.010015.166229.0018
CIE-Lab65.609720.264244.1633

#d69050 color RGB value is (214,144,80).

#d69050 hex color red value is 214, green value is 144 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #d69050 hue: 0.08 , saturation: 0.62 and the lightness value of d69050 is 0.58.

The process color (four color CMYK) of #d69050 color hex is 0.00, 0.33, 0.63, 0.16. Web safe color of #d69050 is #cc9966. Color #d69050 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10010000 01010000
Octal 326 220 120
Decimal 214 144 80
Hex D6 90 50

RGB Percentages of Color #d69050

%48.86
%32.88
%18.26

CMYK Percentages of Color #d69050

%0
%33
%63
%16

Triadic Colors of #d69050

#d69050 #50d690 #9050d6

Analogous Colors of #d69050

#d69050 #d6d350 #d65053

Monochromatic Colors of #d69050

#d69050

Complementary Color

#d69050 #5096d6

#d69050 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d69050 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d69050 Color CSS Codes

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

#d69050 Text Font Color

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

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


#d69050 Background Color

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

This div background color is #d69050


#d69050 Border Color

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

This div border color is #d69050


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d69050


Comments

No comments written yet.

Please login to write comment.