Color Hex Logo

#d848fe Color Hex

#D848FE
(216,72,254)
0 Favorites   0 Comments

Color spaces of #d848fe

RGB 21672254
HSL0.800.990.64
HSV287°72°100°
CMYK 0.150.720.00   0.00
XYZ48.525726.389496.3020
Yxy26.38940.28340.1541
Hunter Lab51.370678.7161-75.1887
CIE-Lab58.404878.9100-63.6954

#d848fe color RGB value is (216,72,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 01001000 11111110
Octal 330 110 376
Decimal 216 72 254
Hex D8 48 FE

RGB Percentages of Color #d848fe

%39.85
%13.28
%46.86

CMYK Percentages of Color #d848fe

%15
%72
%0
%0

Triadic Colors of #d848fe

#d848fe #fed848 #48fed8

Analogous Colors of #d848fe

#d848fe #fe48c9 #7d48fe

Monochromatic Colors of #d848fe

#d848fe

Complementary Color

#d848fe #6efe48

#d848fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d848fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d848fe Color CSS Codes

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

#d848fe Text Font Color

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

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


#d848fe Background Color

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

This div background color is #d848fe


#d848fe Border Color

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

This div border color is #d848fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d848fe

Related Colors


Comments

No comments written yet.

Please login to write comment.