Color Hex Logo

#d948fd Color Hex

#D948FD
(217,72,253)
0 Favorites   0 Comments

Color spaces of #d948fd

RGB 21772253
HSL0.800.980.64
HSV288°72°99°
CMYK 0.140.720.00   0.01
XYZ48.662326.478395.4745
Yxy26.47830.28520.1552
Hunter Lab51.457178.7553-73.9879
CIE-Lab58.488378.9249-63.0000

#d948fd color RGB value is (217,72,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01001000 11111101
Octal 331 110 375
Decimal 217 72 253
Hex D9 48 FD

RGB Percentages of Color #d948fd

%40.04
%13.28
%46.68

CMYK Percentages of Color #d948fd

%14
%72
%0
%1

Triadic Colors of #d948fd

#d948fd #fdd948 #48fdd9

Analogous Colors of #d948fd

#d948fd #fd48c7 #7f48fd

Monochromatic Colors of #d948fd

#d948fd

Complementary Color

#d948fd #6cfd48

#d948fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d948fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d948fd Color CSS Codes

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

#d948fd Text Font Color

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

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


#d948fd Background Color

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

This div background color is #d948fd


#d948fd Border Color

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

This div border color is #d948fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d948fd

Related Colors


Comments

No comments written yet.

Please login to write comment.