Color Hex Logo

#d98052 Color Hex

#D98052
(217,128,82)
0 Favorites   0 Comments

Color spaces of #d98052

RGB 21712882
HSL0.060.640.59
HSV20°62°85°
CMYK 0.000.410.62   0.15
XYZ37.857430.799311.9322
Yxy30.79930.46980.3822
Hunter Lab55.497124.644026.1003
CIE-Lab62.337830.218039.3568

#d98052 color RGB value is (217,128,82).

#d98052 hex color red value is 217, green value is 128 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #d98052 hue: 0.06 , saturation: 0.64 and the lightness value of d98052 is 0.59.

The process color (four color CMYK) of #d98052 color hex is 0.00, 0.41, 0.62, 0.15. Web safe color of #d98052 is #cc9966. Color #d98052 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10000000 01010010
Octal 331 200 122
Decimal 217 128 82
Hex D9 80 52

RGB Percentages of Color #d98052

%50.82
%29.98
%19.20

CMYK Percentages of Color #d98052

%0
%41
%62
%15

Triadic Colors of #d98052

#d98052 #52d980 #8052d9

Analogous Colors of #d98052

#d98052 #d9c452 #d95268

Monochromatic Colors of #d98052

#d98052

Complementary Color

#d98052 #52abd9

#d98052 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d98052 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d98052 Color CSS Codes

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

#d98052 Text Font Color

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

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


#d98052 Background Color

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

This div background color is #d98052


#d98052 Border Color

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

This div border color is #d98052


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d98052


Comments

No comments written yet.

Please login to write comment.