Color Hex Logo

#d47fbf Color Hex

#D47FBF
(212,127,191)
0 Favorites   0 Comments

Color spaces of #d47fbf

RGB 212127191
HSL0.870.500.66
HSV315°40°83°
CMYK 0.000.400.10   0.17
XYZ44.144732.937453.3211
Yxy32.93740.33850.2526
Hunter Lab57.391136.8661-14.9115
CIE-Lab64.110241.9106-19.5226

#d47fbf color RGB value is (212,127,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 01111111 10111111
Octal 324 177 277
Decimal 212 127 191
Hex D4 7F BF

RGB Percentages of Color #d47fbf

%40.00
%23.96
%36.04

CMYK Percentages of Color #d47fbf

%0
%40
%10
%17

Triadic Colors of #d47fbf

#d47fbf #bfd47f #7fbfd4

Analogous Colors of #d47fbf

#d47fbf #d47f95 #bf7fd4

Monochromatic Colors of #d47fbf

#d47fbf

Complementary Color

#d47fbf #7fd494

#d47fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d47fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d47fbf Color CSS Codes

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

#d47fbf Text Font Color

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

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


#d47fbf Background Color

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

This div background color is #d47fbf


#d47fbf Border Color

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

This div border color is #d47fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d47fbf


Comments

No comments written yet.

Please login to write comment.