Color Hex Logo

#d56293 Color Hex

#D56293
(213,98,147)
0 Favorites   0 Comments

Color spaces of #d56293

RGB 21398147
HSL0.930.580.61
HSV334°54°84°
CMYK 0.000.540.31   0.16
XYZ37.074724.988130.4729
Yxy24.98810.40070.2700
Hunter Lab49.988144.9090-1.1517
CIE-Lab57.063850.3978-4.8500

#d56293 color RGB value is (213,98,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 01100010 10010011
Octal 325 142 223
Decimal 213 98 147
Hex D5 62 93

RGB Percentages of Color #d56293

%46.51
%21.40
%32.10

CMYK Percentages of Color #d56293

%0
%54
%31
%16

Triadic Colors of #d56293

#d56293 #93d562 #6293d5

Analogous Colors of #d56293

#d56293 #d56b62 #d562cd

Monochromatic Colors of #d56293

#d56293

Complementary Color

#d56293 #62d5a4

#d56293 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d56293 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d56293 Color CSS Codes

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

#d56293 Text Font Color

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

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


#d56293 Background Color

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

This div background color is #d56293


#d56293 Border Color

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

This div border color is #d56293


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d56293


Comments

No comments written yet.

Please login to write comment.