Color Hex Logo

#d849fe Color Hex

#D849FE
(216,73,254)
0 Favorites   0 Comments

Color spaces of #d849fe

RGB 21673254
HSL0.800.990.64
HSV287°71°100°
CMYK 0.150.710.00   0.00
XYZ48.590826.519896.3237
Yxy26.51980.28340.1547
Hunter Lab51.497478.3048-74.8513
CIE-Lab58.527278.5613-63.4989

#d849fe color RGB value is (216,73,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 01001001 11111110
Octal 330 111 376
Decimal 216 73 254
Hex D8 49 FE

RGB Percentages of Color #d849fe

%39.78
%13.44
%46.78

CMYK Percentages of Color #d849fe

%15
%71
%0
%0

Triadic Colors of #d849fe

#d849fe #fed849 #49fed8

Analogous Colors of #d849fe

#d849fe #fe49ca #7e49fe

Monochromatic Colors of #d849fe

#d849fe

Complementary Color

#d849fe #6ffe49

#d849fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d849fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d849fe Color CSS Codes

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

#d849fe Text Font Color

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

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


#d849fe Background Color

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

This div background color is #d849fe


#d849fe Border Color

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

This div border color is #d849fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d849fe

Related Colors


Comments

No comments written yet.

Please login to write comment.