Color Hex Logo

#d47fbc Color Hex

#D47FBC
(212,127,188)
0 Favorites   0 Comments

Color spaces of #d47fbc

RGB 212127188
HSL0.880.500.66
HSV317°40°83°
CMYK 0.000.400.11   0.17
XYZ43.817832.806651.5998
Yxy32.80660.34170.2559
Hunter Lab57.277036.3203-13.3193
CIE-Lab64.004041.4101-17.9907

#d47fbc color RGB value is (212,127,188).

#d47fbc hex color red value is 212, green value is 127 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #d47fbc hue: 0.88 , saturation: 0.50 and the lightness value of d47fbc is 0.66.

The process color (four color CMYK) of #d47fbc color hex is 0.00, 0.40, 0.11, 0.17. Web safe color of #d47fbc is #cc66cc. Color #d47fbc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01111111 10111100
Octal 324 177 274
Decimal 212 127 188
Hex D4 7F BC

RGB Percentages of Color #d47fbc

%40.23
%24.10
%35.67

CMYK Percentages of Color #d47fbc

%0
%40
%11
%17

Triadic Colors of #d47fbc

#d47fbc #bcd47f #7fbcd4

Analogous Colors of #d47fbc

#d47fbc #d47f92 #c27fd4

Monochromatic Colors of #d47fbc

#d47fbc

Complementary Color

#d47fbc #7fd497

#d47fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d47fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d47fbc Color CSS Codes

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

#d47fbc Text Font Color

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

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


#d47fbc Background Color

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

This div background color is #d47fbc


#d47fbc Border Color

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

This div border color is #d47fbc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,127,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d47fbc


Comments

No comments written yet.

Please login to write comment.