Color Hex Logo

#d76397 Color Hex

#D76397
(215,99,151)
0 Favorites   0 Comments

Color spaces of #d76397

RGB 21599151
HSL0.930.590.62
HSV333°54°84°
CMYK 0.000.540.30   0.16
XYZ38.072125.605132.2138
Yxy25.60510.39700.2670
Hunter Lab50.601545.7492-2.3240
CIE-Lab57.660351.0739-6.2669

#d76397 color RGB value is (215,99,151).

#d76397 hex color red value is 215, green value is 99 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #d76397 hue: 0.93 , saturation: 0.59 and the lightness value of d76397 is 0.62.

The process color (four color CMYK) of #d76397 color hex is 0.00, 0.54, 0.30, 0.16. Web safe color of #d76397 is #cc6699. Color #d76397 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01100011 10010111
Octal 327 143 227
Decimal 215 99 151
Hex D7 63 97

RGB Percentages of Color #d76397

%46.24
%21.29
%32.47

CMYK Percentages of Color #d76397

%0
%54
%30
%16

Triadic Colors of #d76397

#d76397 #97d763 #6397d7

Analogous Colors of #d76397

#d76397 #d76963 #d763d1

Monochromatic Colors of #d76397

#d76397

Complementary Color

#d76397 #63d7a3

#d76397 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d76397 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d76397 Color CSS Codes

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

#d76397 Text Font Color

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

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


#d76397 Background Color

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

This div background color is #d76397


#d76397 Border Color

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

This div border color is #d76397


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d76397


Comments

No comments written yet.

Please login to write comment.