Color Hex Logo

#d47fcb Color Hex

#D47FCB
(212,127,203)
0 Favorites   0 Comments

Color spaces of #d47fcb

RGB 212127203
HSL0.850.500.66
HSV306°40°83°
CMYK 0.000.400.04   0.17
XYZ45.520233.487660.5645
Yxy33.48760.32610.2399
Hunter Lab57.868539.1409-21.5443
CIE-Lab64.553843.9791-25.5953

#d47fcb color RGB value is (212,127,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 01111111 11001011
Octal 324 177 313
Decimal 212 127 203
Hex D4 7F CB

RGB Percentages of Color #d47fcb

%39.11
%23.43
%37.45

CMYK Percentages of Color #d47fcb

%0
%40
%4
%17

Triadic Colors of #d47fcb

#d47fcb #cbd47f #7fcbd4

Analogous Colors of #d47fcb

#d47fcb #d47fa1 #b37fd4

Monochromatic Colors of #d47fcb

#d47fcb

Complementary Color

#d47fcb #7fd488

#d47fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d47fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d47fcb Color CSS Codes

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

#d47fcb Text Font Color

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

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


#d47fcb Background Color

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

This div background color is #d47fcb


#d47fcb Border Color

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

This div border color is #d47fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d47fcb


Comments

No comments written yet.

Please login to write comment.