Color Hex Logo

#d850fe Color Hex

#D850FE
(216,80,254)
0 Favorites   0 Comments

Color spaces of #d850fe

RGB 21680254
HSL0.800.990.65
HSV287°69°100°
CMYK 0.150.690.00   0.00
XYZ49.077027.492096.4858
Yxy27.49200.28360.1589
Hunter Lab52.432875.3182-72.4013
CIE-Lab59.427076.0119-62.0551

#d850fe color RGB value is (216,80,254).

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

The process color (four color CMYK) of #d850fe color hex is 0.15, 0.69, 0.00, 0.00. Web safe color of #d850fe is #cc66ff. Color #d850fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01010000 11111110
Octal 330 120 376
Decimal 216 80 254
Hex D8 50 FE

RGB Percentages of Color #d850fe

%39.27
%14.55
%46.18

CMYK Percentages of Color #d850fe

%15
%69
%0
%0

Triadic Colors of #d850fe

#d850fe #fed850 #50fed8

Analogous Colors of #d850fe

#d850fe #fe50cd #8150fe

Monochromatic Colors of #d850fe

#d850fe

Complementary Color

#d850fe #76fe50

#d850fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d850fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d850fe Color CSS Codes

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

#d850fe Text Font Color

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

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


#d850fe Background Color

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

This div background color is #d850fe


#d850fe Border Color

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

This div border color is #d850fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d850fe

Related Colors


Comments

No comments written yet.

Please login to write comment.