Color Hex Logo

#d47cff Color Hex

#D47CFF
(212,124,255)
0 Favorites   0 Comments

Color spaces of #d47cff

RGB 212124255
HSL0.781.000.74
HSV280°51°100°
CMYK 0.170.510.00   0.00
XYZ52.409035.632498.7232
Yxy35.63240.28060.1908
Hunter Lab59.692952.2564-56.2719
CIE-Lab66.238155.5336-51.7854

#d47cff color RGB value is (212,124,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 01111100 11111111
Octal 324 174 377
Decimal 212 124 255
Hex D4 7C FF

RGB Percentages of Color #d47cff

%35.87
%20.98
%43.15

CMYK Percentages of Color #d47cff

%17
%51
%0
%0

Triadic Colors of #d47cff

#d47cff #ffd47c #7cffd4

Analogous Colors of #d47cff

#d47cff #ff7ce9 #937cff

Monochromatic Colors of #d47cff

#d47cff

Complementary Color

#d47cff #a7ff7c

#d47cff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d47cff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d47cff Color CSS Codes

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

#d47cff Text Font Color

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

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


#d47cff Background Color

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

This div background color is #d47cff


#d47cff Border Color

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

This div border color is #d47cff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d47cff


Comments

No comments written yet.

Please login to write comment.