Color Hex Logo

#d7614e Color Hex

#D7614E
(215,97,78)
0 Favorites   0 Comments

Color spaces of #d7614e

RGB 2159778
HSL0.020.630.57
HSV64°84°
CMYK 0.000.550.64   0.16
XYZ33.674223.54659.9778
Yxy23.54650.50110.3504
Hunter Lab48.524738.953521.7759
CIE-Lab55.630945.045133.3330

#d7614e color RGB value is (215,97,78).

#d7614e hex color red value is 215, green value is 97 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #d7614e hue: 0.02 , saturation: 0.63 and the lightness value of d7614e is 0.57.

The process color (four color CMYK) of #d7614e color hex is 0.00, 0.55, 0.64, 0.16. Web safe color of #d7614e is #cc6666. Color #d7614e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01100001 01001110
Octal 327 141 116
Decimal 215 97 78
Hex D7 61 4E

RGB Percentages of Color #d7614e

%55.13
%24.87
%20.00

CMYK Percentages of Color #d7614e

%0
%55
%64
%16

Triadic Colors of #d7614e

#d7614e #4ed761 #614ed7

Analogous Colors of #d7614e

#d7614e #d7a64e #d74e80

Monochromatic Colors of #d7614e

#d7614e

Complementary Color

#d7614e #4ec4d7

#d7614e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7614e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7614e Color CSS Codes

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

#d7614e Text Font Color

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

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


#d7614e Background Color

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

This div background color is #d7614e


#d7614e Border Color

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

This div border color is #d7614e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7614e


Comments

No comments written yet.

Please login to write comment.