Color Hex Logo

#d947ff Color Hex

#D947FF
(217,71,255)
0 Favorites   0 Comments

Color spaces of #d947ff

RGB 21771255
HSL0.801.000.64
HSV288°72°100°
CMYK 0.150.720.00   0.00
XYZ48.918526.478297.1403
Yxy26.47820.28350.1535
Hunter Lab51.457079.6445-75.9076
CIE-Lab58.488279.6261-64.1071

#d947ff color RGB value is (217,71,255).

#d947ff hex color red value is 217, green value is 71 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #d947ff hue: 0.80 , saturation: 1.00 and the lightness value of d947ff is 0.64.

The process color (four color CMYK) of #d947ff color hex is 0.15, 0.72, 0.00, 0.00. Web safe color of #d947ff is #cc33ff. Color #d947ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01000111 11111111
Octal 331 107 377
Decimal 217 71 255
Hex D9 47 FF

RGB Percentages of Color #d947ff

%39.96
%13.08
%46.96

CMYK Percentages of Color #d947ff

%15
%72
%0
%0

Triadic Colors of #d947ff

#d947ff #ffd947 #47ffd9

Analogous Colors of #d947ff

#d947ff #ff47c9 #7d47ff

Monochromatic Colors of #d947ff

#d947ff

Complementary Color

#d947ff #6dff47

#d947ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d947ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d947ff Color CSS Codes

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

#d947ff Text Font Color

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

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


#d947ff Background Color

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

This div background color is #d947ff


#d947ff Border Color

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

This div border color is #d947ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,71,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 #d947ff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d947ff

Related Colors


Comments

No comments written yet.

Please login to write comment.