Color Hex Logo

#d46580 Color Hex

#D46580
(212,101,128)
0 Favorites   0 Comments

Color spaces of #d46580

RGB 212101128
HSL0.960.560.61
HSV345°52°83°
CMYK 0.000.520.40   0.17
XYZ35.701324.862923.3394
Yxy24.86290.42550.2963
Hunter Lab49.862740.54487.1518
CIE-Lab56.941646.35676.0671

#d46580 color RGB value is (212,101,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 01100101 10000000
Octal 324 145 200
Decimal 212 101 128
Hex D4 65 80

RGB Percentages of Color #d46580

%48.07
%22.90
%29.02

CMYK Percentages of Color #d46580

%0
%52
%40
%17

Triadic Colors of #d46580

#d46580 #80d465 #6580d4

Analogous Colors of #d46580

#d46580 #d48265 #d465b8

Monochromatic Colors of #d46580

#d46580

Complementary Color

#d46580 #65d4b9

#d46580 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d46580 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d46580 Color CSS Codes

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

#d46580 Text Font Color

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

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


#d46580 Background Color

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

This div background color is #d46580


#d46580 Border Color

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

This div border color is #d46580


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,101,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 #d46580">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d46580


Comments

No comments written yet.

Please login to write comment.