Color Hex Logo

#d46591 Color Hex

#D46591
(212,101,145)
0 Favorites   0 Comments

Color spaces of #d46591

RGB 212101145
HSL0.930.560.61
HSV336°52°83°
CMYK 0.000.520.32   0.17
XYZ36.915925.348729.7352
Yxy25.34870.40130.2755
Hunter Lab50.347542.77210.2266
CIE-Lab57.413648.3678-3.1827

#d46591 color RGB value is (212,101,145).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 01100101 10010001
Octal 324 145 221
Decimal 212 101 145
Hex D4 65 91

RGB Percentages of Color #d46591

%46.29
%22.05
%31.66

CMYK Percentages of Color #d46591

%0
%52
%32
%17

Triadic Colors of #d46591

#d46591 #91d465 #6591d4

Analogous Colors of #d46591

#d46591 #d47165 #d465c9

Monochromatic Colors of #d46591

#d46591

Complementary Color

#d46591 #65d4a8

#d46591 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d46591 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d46591 Color CSS Codes

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

#d46591 Text Font Color

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

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


#d46591 Background Color

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

This div background color is #d46591


#d46591 Border Color

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

This div border color is #d46591


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d46591


Comments

No comments written yet.

Please login to write comment.