Color Hex Logo

#d47cfe Color Hex

#D47CFE
(212,124,254)
0 Favorites   0 Comments

Color spaces of #d47cfe

RGB 212124254
HSL0.780.980.74
HSV281°51°100°
CMYK 0.170.510.00   0.00
XYZ52.248435.568197.8775
Yxy35.56810.28140.1915
Hunter Lab59.639052.0116-55.5574
CIE-Lab66.188655.3277-51.3164

#d47cfe color RGB value is (212,124,254).

#d47cfe hex color red value is 212, green value is 124 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #d47cfe hue: 0.78 , saturation: 0.98 and the lightness value of d47cfe is 0.74.

The process color (four color CMYK) of #d47cfe color hex is 0.17, 0.51, 0.00, 0.00. Web safe color of #d47cfe is #cc66ff. Color #d47cfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01111100 11111110
Octal 324 174 376
Decimal 212 124 254
Hex D4 7C FE

RGB Percentages of Color #d47cfe

%35.93
%21.02
%43.05

CMYK Percentages of Color #d47cfe

%17
%51
%0
%0

Triadic Colors of #d47cfe

#d47cfe #fed47c #7cfed4

Analogous Colors of #d47cfe

#d47cfe #fe7ce7 #937cfe

Monochromatic Colors of #d47cfe

#d47cfe

Complementary Color

#d47cfe #a6fe7c

#d47cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d47cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d47cfe Color CSS Codes

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

#d47cfe Text Font Color

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

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


#d47cfe Background Color

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

This div background color is #d47cfe


#d47cfe Border Color

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

This div border color is #d47cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d47cfe


Comments

No comments written yet.

Please login to write comment.