Color Hex Logo

#d68151 Color Hex

#D68151
(214,129,81)
0 Favorites   0 Comments

Color spaces of #d68151

RGB 21412981
HSL0.060.620.58
HSV22°62°84°
CMYK 0.000.400.62   0.16
XYZ37.067030.590711.7355
Yxy30.59070.46690.3853
Hunter Lab55.308922.837026.1360
CIE-Lab62.160628.403739.5800

#d68151 color RGB value is (214,129,81).

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

The process color (four color CMYK) of #d68151 color hex is 0.00, 0.40, 0.62, 0.16. Web safe color of #d68151 is #cc9966. Color #d68151 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10000001 01010001
Octal 326 201 121
Decimal 214 129 81
Hex D6 81 51

RGB Percentages of Color #d68151

%50.47
%30.42
%19.10

CMYK Percentages of Color #d68151

%0
%40
%62
%16

Triadic Colors of #d68151

#d68151 #51d681 #8151d6

Analogous Colors of #d68151

#d68151 #d6c451 #d65164

Monochromatic Colors of #d68151

#d68151

Complementary Color

#d68151 #51a6d6

#d68151 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d68151 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d68151 Color CSS Codes

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

#d68151 Text Font Color

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

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


#d68151 Background Color

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

This div background color is #d68151


#d68151 Border Color

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

This div border color is #d68151


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,129,81, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d68151


Comments

No comments written yet.

Please login to write comment.