Color Hex Logo

#d46670 Color Hex

#D46670
(212,102,112)
0 Favorites   0 Comments

Color spaces of #d46670

RGB 212102112
HSL0.980.560.62
HSV355°52°83°
CMYK 0.000.520.47   0.17
XYZ34.827424.669618.2553
Yxy24.66960.44790.3173
Hunter Lab49.668538.243812.9763
CIE-Lab56.752144.205715.1522

#d46670 color RGB value is (212,102,112).

#d46670 hex color red value is 212, green value is 102 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #d46670 hue: 0.98 , saturation: 0.56 and the lightness value of d46670 is 0.62.

The process color (four color CMYK) of #d46670 color hex is 0.00, 0.52, 0.47, 0.17. Web safe color of #d46670 is #cc6666. Color #d46670 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01100110 01110000
Octal 324 146 160
Decimal 212 102 112
Hex D4 66 70

RGB Percentages of Color #d46670

%49.77
%23.94
%26.29

CMYK Percentages of Color #d46670

%0
%52
%47
%17

Triadic Colors of #d46670

#d46670 #70d466 #6670d4

Analogous Colors of #d46670

#d46670 #d49366 #d466a7

Monochromatic Colors of #d46670

#d46670

Complementary Color

#d46670 #66d4ca

#d46670 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d46670 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d46670 Color CSS Codes

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

#d46670 Text Font Color

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

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


#d46670 Background Color

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

This div background color is #d46670


#d46670 Border Color

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

This div border color is #d46670


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(212,102,112, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d46670; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d46670;
  -webkit-box-shadow: 1px 1px 3px 2px #d46670;
  box-shadow:         1px 1px 3px 2px #d46670; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,102,112, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d46670


Comments

No comments written yet.

Please login to write comment.