Color Hex Logo

#d57198 Color Hex

#D57198
(213,113,152)
0 Favorites   0 Comments

Color spaces of #d57198

RGB 213113152
HSL0.940.540.64
HSV337°47°84°
CMYK 0.000.470.29   0.16
XYZ39.013228.223433.0972
Yxy28.22340.38880.2813
Hunter Lab53.125738.11260.2504
CIE-Lab60.090043.6132-3.2849

#d57198 color RGB value is (213,113,152).

#d57198 hex color red value is 213, green value is 113 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #d57198 hue: 0.94 , saturation: 0.54 and the lightness value of d57198 is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 01110001 10011000
Octal 325 161 230
Decimal 213 113 152
Hex D5 71 98

RGB Percentages of Color #d57198

%44.56
%23.64
%31.80

CMYK Percentages of Color #d57198

%0
%47
%29
%16

Triadic Colors of #d57198

#d57198 #98d571 #7198d5

Analogous Colors of #d57198

#d57198 #d57c71 #d571ca

Monochromatic Colors of #d57198

#d57198

Complementary Color

#d57198 #71d5ae

#d57198 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d57198 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d57198 Color CSS Codes

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

#d57198 Text Font Color

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

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


#d57198 Background Color

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

This div background color is #d57198


#d57198 Border Color

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

This div border color is #d57198


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,113,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 #d57198">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d57198


Comments

No comments written yet.

Please login to write comment.