Color Hex Logo

#d68352 Color Hex

#D68352
(214,131,82)
0 Favorites   0 Comments

Color spaces of #d68352

RGB 21413182
HSL0.060.620.58
HSV22°62°84°
CMYK 0.000.390.62   0.16
XYZ37.370831.137912.0232
Yxy31.13790.46400.3867
Hunter Lab55.801321.891126.2861
CIE-Lab62.623927.402139.6073

#d68352 color RGB value is (214,131,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 10000011 01010010
Octal 326 203 122
Decimal 214 131 82
Hex D6 83 52

RGB Percentages of Color #d68352

%50.12
%30.68
%19.20

CMYK Percentages of Color #d68352

%0
%39
%62
%16

Triadic Colors of #d68352

#d68352 #52d683 #8352d6

Analogous Colors of #d68352

#d68352 #d6c552 #d65263

Monochromatic Colors of #d68352

#d68352

Complementary Color

#d68352 #52a5d6

#d68352 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d68352 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d68352 Color CSS Codes

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

#d68352 Text Font Color

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

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


#d68352 Background Color

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

This div background color is #d68352


#d68352 Border Color

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

This div border color is #d68352


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d68352


Comments

No comments written yet.

Please login to write comment.