Color Hex Logo

#d78258 Color Hex

#D78258
(215,130,88)
0 Favorites   0 Comments

Color spaces of #d78258

RGB 21513088
HSL0.060.610.59
HSV20°59°84°
CMYK 0.000.400.59   0.16
XYZ37.768431.116913.2481
Yxy31.11690.45980.3789
Hunter Lab55.782523.236724.9667
CIE-Lab62.606228.772836.4232

#d78258 color RGB value is (215,130,88).

#d78258 hex color red value is 215, green value is 130 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #d78258 hue: 0.06 , saturation: 0.61 and the lightness value of d78258 is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 10000010 01011000
Octal 327 202 130
Decimal 215 130 88
Hex D7 82 58

RGB Percentages of Color #d78258

%49.65
%30.02
%20.32

CMYK Percentages of Color #d78258

%0
%40
%59
%16

Triadic Colors of #d78258

#d78258 #58d782 #8258d7

Analogous Colors of #d78258

#d78258 #d7c258 #d7586e

Monochromatic Colors of #d78258

#d78258

Complementary Color

#d78258 #58add7

#d78258 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d78258 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d78258 Color CSS Codes

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

#d78258 Text Font Color

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

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


#d78258 Background Color

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

This div background color is #d78258


#d78258 Border Color

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

This div border color is #d78258


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d78258


Comments

No comments written yet.

Please login to write comment.