Color Hex Logo

#d7645a Color Hex

#D7645A
(215,100,90)
0 Favorites   0 Comments

Color spaces of #d7645a

RGB 21510090
HSL0.010.610.60
HSV58°84°
CMYK 0.000.530.58   0.16
XYZ34.427024.299612.5487
Yxy24.29960.48300.3409
Hunter Lab49.294638.397519.4131
CIE-Lab56.386544.404927.4752

#d7645a color RGB value is (215,100,90).

#d7645a hex color red value is 215, green value is 100 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #d7645a hue: 0.01 , saturation: 0.61 and the lightness value of d7645a is 0.60.

The process color (four color CMYK) of #d7645a color hex is 0.00, 0.53, 0.58, 0.16. Web safe color of #d7645a is #cc6666. Color #d7645a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01100100 01011010
Octal 327 144 132
Decimal 215 100 90
Hex D7 64 5A

RGB Percentages of Color #d7645a

%53.09
%24.69
%22.22

CMYK Percentages of Color #d7645a

%0
%53
%58
%16

Triadic Colors of #d7645a

#d7645a #5ad764 #645ad7

Analogous Colors of #d7645a

#d7645a #d7a35a #d75a8f

Monochromatic Colors of #d7645a

#d7645a

Complementary Color

#d7645a #5acdd7

#d7645a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7645a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7645a Color CSS Codes

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

#d7645a Text Font Color

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

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


#d7645a Background Color

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

This div background color is #d7645a


#d7645a Border Color

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

This div border color is #d7645a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7645a


Comments

No comments written yet.

Please login to write comment.