Color Hex Logo

#d56898 Color Hex

#D56898
(213,104,152)
0 Favorites   0 Comments

Color spaces of #d56898

RGB 213104152
HSL0.930.560.62
HSV334°51°84°
CMYK 0.000.510.29   0.16
XYZ38.058426.313832.7789
Yxy26.31380.39170.2709
Hunter Lab51.297042.6635-1.9786
CIE-Lab58.333748.1271-5.8806

#d56898 color RGB value is (213,104,152).

#d56898 hex color red value is 213, green value is 104 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #d56898 hue: 0.93 , saturation: 0.56 and the lightness value of d56898 is 0.62.

The process color (four color CMYK) of #d56898 color hex is 0.00, 0.51, 0.29, 0.16. Web safe color of #d56898 is #cc6699. Color #d56898 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01101000 10011000
Octal 325 150 230
Decimal 213 104 152
Hex D5 68 98

RGB Percentages of Color #d56898

%45.42
%22.17
%32.41

CMYK Percentages of Color #d56898

%0
%51
%29
%16

Triadic Colors of #d56898

#d56898 #98d568 #6898d5

Analogous Colors of #d56898

#d56898 #d56f68 #d568cf

Monochromatic Colors of #d56898

#d56898

Complementary Color

#d56898 #68d5a5

#d56898 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d56898 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d56898 Color CSS Codes

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

#d56898 Text Font Color

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

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


#d56898 Background Color

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

This div background color is #d56898


#d56898 Border Color

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

This div border color is #d56898


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d56898


Comments

No comments written yet.

Please login to write comment.