Color Hex Logo

#d947fb Color Hex

#D947FB
(217,71,251)
0 Favorites   0 Comments

Color spaces of #d947fb

RGB 21771251
HSL0.800.960.63
HSV289°72°98°
CMYK 0.140.720.00   0.02
XYZ48.281126.223293.7837
Yxy26.22320.28690.1558
Hunter Lab51.208678.6805-72.7380
CIE-Lab58.248378.9122-62.2770

#d947fb color RGB value is (217,71,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01000111 11111011
Octal 331 107 373
Decimal 217 71 251
Hex D9 47 FB

RGB Percentages of Color #d947fb

%40.26
%13.17
%46.57

CMYK Percentages of Color #d947fb

%14
%72
%0
%2

Triadic Colors of #d947fb

#d947fb #fbd947 #47fbd9

Analogous Colors of #d947fb

#d947fb #fb47c3 #7f47fb

Monochromatic Colors of #d947fb

#d947fb

Complementary Color

#d947fb #69fb47

#d947fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d947fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d947fb Color CSS Codes

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

#d947fb Text Font Color

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

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


#d947fb Background Color

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

This div background color is #d947fb


#d947fb Border Color

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

This div border color is #d947fb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,71,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d947fb


Comments

No comments written yet.

Please login to write comment.