Color Hex Logo

#d948ff Color Hex

#D948FF
(217,72,255)
0 Favorites   0 Comments

Color spaces of #d948ff

RGB 21772255
HSL0.801.000.64
HSV288°72°100°
CMYK 0.150.720.00   0.00
XYZ48.982626.606497.1616
Yxy26.60640.28350.1540
Hunter Lab51.581479.2393-75.5750
CIE-Lab58.608279.2837-63.9142

#d948ff color RGB value is (217,72,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01001000 11111111
Octal 331 110 377
Decimal 217 72 255
Hex D9 48 FF

RGB Percentages of Color #d948ff

%39.89
%13.24
%46.88

CMYK Percentages of Color #d948ff

%15
%72
%0
%0

Triadic Colors of #d948ff

#d948ff #ffd948 #48ffd9

Analogous Colors of #d948ff

#d948ff #ff48ca #7e48ff

Monochromatic Colors of #d948ff

#d948ff

Complementary Color

#d948ff #6eff48

#d948ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d948ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d948ff Color CSS Codes

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

#d948ff Text Font Color

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

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


#d948ff Background Color

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

This div background color is #d948ff


#d948ff Border Color

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

This div border color is #d948ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d948ff


Comments

No comments written yet.

Please login to write comment.