Color Hex Logo

#d47198 Color Hex

#D47198
(212,113,152)
0 Favorites   0 Comments

Color spaces of #d47198

RGB 212113152
HSL0.930.540.64
HSV336°47°83°
CMYK 0.000.470.28   0.17
XYZ38.724028.074333.0837
Yxy28.07430.38770.2811
Hunter Lab52.985237.73190.0692
CIE-Lab59.955843.2713-3.4981

#d47198 color RGB value is (212,113,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 01110001 10011000
Octal 324 161 230
Decimal 212 113 152
Hex D4 71 98

RGB Percentages of Color #d47198

%44.44
%23.69
%31.87

CMYK Percentages of Color #d47198

%0
%47
%28
%17

Triadic Colors of #d47198

#d47198 #98d471 #7198d4

Analogous Colors of #d47198

#d47198 #d47c71 #d471ca

Monochromatic Colors of #d47198

#d47198

Complementary Color

#d47198 #71d4ad

#d47198 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d47198 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d47198 Color CSS Codes

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

#d47198 Text Font Color

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

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


#d47198 Background Color

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

This div background color is #d47198


#d47198 Border Color

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

This div border color is #d47198


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d47198


Comments

No comments written yet.

Please login to write comment.