Color Hex Logo

#d47fcc Color Hex

#D47FCC
(212,127,204)
0 Favorites   0 Comments

Color spaces of #d47fcc

RGB 212127204
HSL0.850.500.66
HSV306°40°83°
CMYK 0.000.400.04   0.17
XYZ45.639833.535461.1942
Yxy33.53540.32510.2389
Hunter Lab57.909839.3372-22.1159
CIE-Lab64.592144.1563-26.0973

#d47fcc color RGB value is (212,127,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 01111111 11001100
Octal 324 177 314
Decimal 212 127 204
Hex D4 7F CC

RGB Percentages of Color #d47fcc

%39.04
%23.39
%37.57

CMYK Percentages of Color #d47fcc

%0
%40
%4
%17

Triadic Colors of #d47fcc

#d47fcc #ccd47f #7fccd4

Analogous Colors of #d47fcc

#d47fcc #d47fa2 #b27fd4

Monochromatic Colors of #d47fcc

#d47fcc

Complementary Color

#d47fcc #7fd487

#d47fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d47fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d47fcc Color CSS Codes

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

#d47fcc Text Font Color

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

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


#d47fcc Background Color

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

This div background color is #d47fcc


#d47fcc Border Color

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

This div border color is #d47fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d47fcc


Comments

No comments written yet.

Please login to write comment.