Color Hex Logo

#d946fb Color Hex

#D946FB
(217,70,251)
0 Favorites   0 Comments

Color spaces of #d946fb

RGB 21770251
HSL0.800.960.63
HSV289°72°98°
CMYK 0.140.720.00   0.02
XYZ48.218026.097193.7627
Yxy26.09710.28690.1553
Hunter Lab51.085379.0818-73.0620
CIE-Lab58.129179.2521-62.4684

#d946fb color RGB value is (217,70,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01000110 11111011
Octal 331 106 373
Decimal 217 70 251
Hex D9 46 FB

RGB Percentages of Color #d946fb

%40.33
%13.01
%46.65

CMYK Percentages of Color #d946fb

%14
%72
%0
%2

Triadic Colors of #d946fb

#d946fb #fbd946 #46fbd9

Analogous Colors of #d946fb

#d946fb #fb46c3 #7f46fb

Monochromatic Colors of #d946fb

#d946fb

Complementary Color

#d946fb #68fb46

#d946fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d946fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d946fb Color CSS Codes

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

#d946fb Text Font Color

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

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


#d946fb Background Color

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

This div background color is #d946fb


#d946fb Border Color

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

This div border color is #d946fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d946fb


Comments

No comments written yet.

Please login to write comment.