Color Hex Logo

#d849ff Color Hex

#D849FF
(216,73,255)
0 Favorites   0 Comments

Color spaces of #d849ff

RGB 21673255
HSL0.801.000.64
HSV287°71°100°
CMYK 0.150.710.00   0.00
XYZ48.751426.584097.1695
Yxy26.58400.28260.1541
Hunter Lab51.559778.5483-75.6463
CIE-Lab58.587378.7423-63.9556

#d849ff color RGB value is (216,73,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 01001001 11111111
Octal 330 111 377
Decimal 216 73 255
Hex D8 49 FF

RGB Percentages of Color #d849ff

%39.71
%13.42
%46.88

CMYK Percentages of Color #d849ff

%15
%71
%0
%0

Triadic Colors of #d849ff

#d849ff #ffd849 #49ffd8

Analogous Colors of #d849ff

#d849ff #ff49cb #7d49ff

Monochromatic Colors of #d849ff

#d849ff

Complementary Color

#d849ff #70ff49

#d849ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d849ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d849ff Color CSS Codes

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

#d849ff Text Font Color

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

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


#d849ff Background Color

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

This div background color is #d849ff


#d849ff Border Color

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

This div border color is #d849ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d849ff

#d849ff Color Palettes


Comments

No comments written yet.

Please login to write comment.