Color Hex Logo

#d56192 Color Hex

#D56192
(213,97,146)
0 Favorites   0 Comments

Color spaces of #d56192

RGB 21397146
HSL0.930.580.61
HSV335°54°84°
CMYK 0.000.540.31   0.16
XYZ36.903624.770830.0303
Yxy24.77080.40240.2701
Hunter Lab49.770345.2560-0.9351
CIE-Lab56.851450.7505-4.5798

#d56192 color RGB value is (213,97,146).

#d56192 hex color red value is 213, green value is 97 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #d56192 hue: 0.93 , saturation: 0.58 and the lightness value of d56192 is 0.61.

The process color (four color CMYK) of #d56192 color hex is 0.00, 0.54, 0.31, 0.16. Web safe color of #d56192 is #cc6699. Color #d56192 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01100001 10010010
Octal 325 141 222
Decimal 213 97 146
Hex D5 61 92

RGB Percentages of Color #d56192

%46.71
%21.27
%32.02

CMYK Percentages of Color #d56192

%0
%54
%31
%16

Triadic Colors of #d56192

#d56192 #92d561 #6192d5

Analogous Colors of #d56192

#d56192 #d56a61 #d561cc

Monochromatic Colors of #d56192

#d56192

Complementary Color

#d56192 #61d5a4

#d56192 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d56192 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d56192 Color CSS Codes

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

#d56192 Text Font Color

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

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


#d56192 Background Color

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

This div background color is #d56192


#d56192 Border Color

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

This div border color is #d56192


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d56192


Comments

No comments written yet.

Please login to write comment.