Color Hex Logo

#d7466d Color Hex

#D7466D
(215,70,109)
0 Favorites   0 Comments

Color spaces of #d7466d

RGB 21570109
HSL0.960.640.56
HSV344°67°84°
CMYK 0.000.670.49   0.16
XYZ32.974819.931516.5772
Yxy19.93150.47460.2869
Hunter Lab44.644753.71279.2361
CIE-Lab51.759759.264610.0330

#d7466d color RGB value is (215,70,109).

#d7466d hex color red value is 215, green value is 70 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #d7466d hue: 0.96 , saturation: 0.64 and the lightness value of d7466d is 0.56.

The process color (four color CMYK) of #d7466d color hex is 0.00, 0.67, 0.49, 0.16. Web safe color of #d7466d is #cc3366. Color #d7466d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01000110 01101101
Octal 327 106 155
Decimal 215 70 109
Hex D7 46 6D

RGB Percentages of Color #d7466d

%54.57
%17.77
%27.66

CMYK Percentages of Color #d7466d

%0
%67
%49
%16

Triadic Colors of #d7466d

#d7466d #6dd746 #466dd7

Analogous Colors of #d7466d

#d7466d #d76846 #d746b6

Monochromatic Colors of #d7466d

#d7466d

Complementary Color

#d7466d #46d7b0

#d7466d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7466d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7466d Color CSS Codes

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

#d7466d Text Font Color

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

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


#d7466d Background Color

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

This div background color is #d7466d


#d7466d Border Color

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

This div border color is #d7466d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7466d


Comments

No comments written yet.

Please login to write comment.