Color Hex Logo

#d948fb Color Hex

#D948FB
(217,72,251)
0 Favorites   0 Comments

Color spaces of #d948fb

RGB 21772251
HSL0.800.960.63
HSV289°71°98°
CMYK 0.140.710.00   0.02
XYZ48.345226.351593.8051
Yxy26.35150.28690.1564
Hunter Lab51.333778.2742-72.4105
CIE-Lab58.369278.5675-62.0831

#d948fb color RGB value is (217,72,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01001000 11111011
Octal 331 110 373
Decimal 217 72 251
Hex D9 48 FB

RGB Percentages of Color #d948fb

%40.19
%13.33
%46.48

CMYK Percentages of Color #d948fb

%14
%71
%0
%2

Triadic Colors of #d948fb

#d948fb #fbd948 #48fbd9

Analogous Colors of #d948fb

#d948fb #fb48c4 #8048fb

Monochromatic Colors of #d948fb

#d948fb

Complementary Color

#d948fb #6afb48

#d948fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d948fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d948fb Color CSS Codes

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

#d948fb Text Font Color

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

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


#d948fb Background Color

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

This div background color is #d948fb


#d948fb Border Color

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

This div border color is #d948fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d948fb


Comments

No comments written yet.

Please login to write comment.