Color Hex Logo

#d98270 Color Hex

#D98270
(217,130,112)
0 Favorites   0 Comments

Color spaces of #d98270

RGB 217130112
HSL0.030.580.65
HSV10°48°85°
CMYK 0.000.400.48   0.15
XYZ39.522531.886819.4009
Yxy31.88680.43520.3511
Hunter Lab56.468426.113319.1576
CIE-Lab63.249231.606024.0939

#d98270 color RGB value is (217,130,112).

#d98270 hex color red value is 217, green value is 130 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #d98270 hue: 0.03 , saturation: 0.58 and the lightness value of d98270 is 0.65.

The process color (four color CMYK) of #d98270 color hex is 0.00, 0.40, 0.48, 0.15. Web safe color of #d98270 is #cc9966. Color #d98270 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10000010 01110000
Octal 331 202 160
Decimal 217 130 112
Hex D9 82 70

RGB Percentages of Color #d98270

%47.28
%28.32
%24.40

CMYK Percentages of Color #d98270

%0
%40
%48
%15

Triadic Colors of #d98270

#d98270 #70d982 #8270d9

Analogous Colors of #d98270

#d98270 #d9b770 #d97093

Monochromatic Colors of #d98270

#d98270

Complementary Color

#d98270 #70c7d9

#d98270 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d98270 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d98270 Color CSS Codes

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

#d98270 Text Font Color

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

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


#d98270 Background Color

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

This div background color is #d98270


#d98270 Border Color

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

This div border color is #d98270


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,130,112, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d98270


Comments

No comments written yet.

Please login to write comment.