Color Hex Logo

#d947fe Color Hex

#D947FE
(217,71,254)
0 Favorites   0 Comments

Color spaces of #d947fe

RGB 21771254
HSL0.800.990.64
HSV288°72°100°
CMYK 0.150.720.00   0.00
XYZ48.757926.413996.2945
Yxy26.41390.28440.1540
Hunter Lab51.394579.4026-75.1118
CIE-Lab58.427979.4472-63.6507

#d947fe color RGB value is (217,71,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01000111 11111110
Octal 331 107 376
Decimal 217 71 254
Hex D9 47 FE

RGB Percentages of Color #d947fe

%40.04
%13.10
%46.86

CMYK Percentages of Color #d947fe

%15
%72
%0
%0

Triadic Colors of #d947fe

#d947fe #fed947 #47fed9

Analogous Colors of #d947fe

#d947fe #fe47c8 #7e47fe

Monochromatic Colors of #d947fe

#d947fe

Complementary Color

#d947fe #6cfe47

#d947fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d947fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d947fe Color CSS Codes

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

#d947fe Text Font Color

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

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


#d947fe Background Color

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

This div background color is #d947fe


#d947fe Border Color

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

This div border color is #d947fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d947fe


Comments

No comments written yet.

Please login to write comment.