Color Hex Logo

#d46180 Color Hex

#D46180
(212,97,128)
0 Favorites   0 Comments

Color spaces of #d46180

RGB 21297128
HSL0.960.570.61
HSV344°54°83°
CMYK 0.000.540.40   0.17
XYZ35.322424.104923.2131
Yxy24.10490.42740.2917
Hunter Lab49.096742.50166.3352
CIE-Lab56.192748.30404.9922

#d46180 color RGB value is (212,97,128).

#d46180 hex color red value is 212, green value is 97 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #d46180 hue: 0.96 , saturation: 0.57 and the lightness value of d46180 is 0.61.

The process color (four color CMYK) of #d46180 color hex is 0.00, 0.54, 0.40, 0.17. Web safe color of #d46180 is #cc6699. Color #d46180 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01100001 10000000
Octal 324 141 200
Decimal 212 97 128
Hex D4 61 80

RGB Percentages of Color #d46180

%48.51
%22.20
%29.29

CMYK Percentages of Color #d46180

%0
%54
%40
%17

Triadic Colors of #d46180

#d46180 #80d461 #6180d4

Analogous Colors of #d46180

#d46180 #d47c61 #d461ba

Monochromatic Colors of #d46180

#d46180

Complementary Color

#d46180 #61d4b5

#d46180 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d46180 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d46180 Color CSS Codes

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

#d46180 Text Font Color

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

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


#d46180 Background Color

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

This div background color is #d46180


#d46180 Border Color

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

This div border color is #d46180


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d46180


Comments

No comments written yet.

Please login to write comment.