Color Hex Logo

#d849fb Color Hex

#D849FB
(216,73,251)
0 Favorites   0 Comments

Color spaces of #d849fb

RGB 21673251
HSL0.800.960.64
HSV288°71°98°
CMYK 0.140.710.00   0.02
XYZ48.114026.329193.8129
Yxy26.32910.28600.1565
Hunter Lab51.311977.5796-72.4809
CIE-Lab58.348178.0211-62.1247

#d849fb color RGB value is (216,73,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 01001001 11111011
Octal 330 111 373
Decimal 216 73 251
Hex D8 49 FB

RGB Percentages of Color #d849fb

%40.00
%13.52
%46.48

CMYK Percentages of Color #d849fb

%14
%71
%0
%2

Triadic Colors of #d849fb

#d849fb #fbd849 #49fbd8

Analogous Colors of #d849fb

#d849fb #fb49c5 #7f49fb

Monochromatic Colors of #d849fb

#d849fb

Complementary Color

#d849fb #6cfb49

#d849fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d849fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d849fb Color CSS Codes

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

#d849fb Text Font Color

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

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


#d849fb Background Color

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

This div background color is #d849fb


#d849fb Border Color

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

This div border color is #d849fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d849fb

Related Colors


Comments

No comments written yet.

Please login to write comment.