Color Hex Logo

#d36097 Color Hex

#D36097
(211,96,151)
0 Favorites   0 Comments

Color spaces of #d36097

RGB 21196151
HSL0.920.570.60
HSV331°55°83°
CMYK 0.000.550.28   0.17
XYZ36.632824.449032.0665
Yxy24.44900.39330.2625
Hunter Lab49.445945.7142-3.8384
CIE-Lab56.534651.2218-8.0044

#d36097 color RGB value is (211,96,151).

#d36097 hex color red value is 211, green value is 96 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #d36097 hue: 0.92 , saturation: 0.57 and the lightness value of d36097 is 0.60.

The process color (four color CMYK) of #d36097 color hex is 0.00, 0.55, 0.28, 0.17. Web safe color of #d36097 is #cc6699. Color #d36097 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01100000 10010111
Octal 323 140 227
Decimal 211 96 151
Hex D3 60 97

RGB Percentages of Color #d36097

%46.07
%20.96
%32.97

CMYK Percentages of Color #d36097

%0
%55
%28
%17

Triadic Colors of #d36097

#d36097 #97d360 #6097d3

Analogous Colors of #d36097

#d36097 #d36260 #d360d1

Monochromatic Colors of #d36097

#d36097

Complementary Color

#d36097 #60d39c

#d36097 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d36097 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d36097 Color CSS Codes

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

#d36097 Text Font Color

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

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


#d36097 Background Color

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

This div background color is #d36097


#d36097 Border Color

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

This div border color is #d36097


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d36097


Comments

No comments written yet.

Please login to write comment.