Color Hex Logo

#d36596 Color Hex

#D36596
(211,101,150)
0 Favorites   0 Comments

Color spaces of #d36596

RGB 211101150
HSL0.930.560.61
HSV333°52°83°
CMYK 0.000.520.29   0.17
XYZ37.022725.358331.7975
Yxy25.35830.39310.2693
Hunter Lab50.357043.1092-2.1882
CIE-Lab57.422948.6793-6.0997

#d36596 color RGB value is (211,101,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 01100101 10010110
Octal 323 145 226
Decimal 211 101 150
Hex D3 65 96

RGB Percentages of Color #d36596

%45.67
%21.86
%32.47

CMYK Percentages of Color #d36596

%0
%52
%29
%17

Triadic Colors of #d36596

#d36596 #96d365 #6596d3

Analogous Colors of #d36596

#d36596 #d36b65 #d365cd

Monochromatic Colors of #d36596

#d36596

Complementary Color

#d36596 #65d3a2

#d36596 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d36596 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d36596 Color CSS Codes

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

#d36596 Text Font Color

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

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


#d36596 Background Color

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

This div background color is #d36596


#d36596 Border Color

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

This div border color is #d36596


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d36596


Comments

No comments written yet.

Please login to write comment.