Color Hex Logo

#d868fe Color Hex

#D868FE
(216,104,254)
0 Favorites   0 Comments

Color spaces of #d868fe

RGB 216104254
HSL0.790.990.70
HSV285°59°100°
CMYK 0.150.590.00   0.00
XYZ51.158631.655397.1797
Yxy31.65530.28420.1759
Hunter Lab56.263063.8453-63.0238
CIE-Lab63.057065.9584-56.2560

#d868fe color RGB value is (216,104,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 01101000 11111110
Octal 330 150 376
Decimal 216 104 254
Hex D8 68 FE

RGB Percentages of Color #d868fe

%37.63
%18.12
%44.25

CMYK Percentages of Color #d868fe

%15
%59
%0
%0

Triadic Colors of #d868fe

#d868fe #fed868 #68fed8

Analogous Colors of #d868fe

#d868fe #fe68d9 #8d68fe

Monochromatic Colors of #d868fe

#d868fe

Complementary Color

#d868fe #8efe68

#d868fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d868fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d868fe Color CSS Codes

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

#d868fe Text Font Color

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

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


#d868fe Background Color

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

This div background color is #d868fe


#d868fe Border Color

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

This div border color is #d868fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d868fe


Comments

No comments written yet.

Please login to write comment.