Color Hex Logo

#d681fe Color Hex

#D681FE
(214,129,254)
0 Favorites   0 Comments

Color spaces of #d681fe

RGB 214129254
HSL0.780.980.75
HSV281°49°100°
CMYK 0.160.490.00   0.00
XYZ53.471237.152498.1188
Yxy37.15240.28330.1968
Hunter Lab60.952849.9229-52.7752
CIE-Lab67.391253.3147-49.4014

#d681fe color RGB value is (214,129,254).

#d681fe hex color red value is 214, green value is 129 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #d681fe hue: 0.78 , saturation: 0.98 and the lightness value of d681fe is 0.75.

The process color (four color CMYK) of #d681fe color hex is 0.16, 0.49, 0.00, 0.00. Web safe color of #d681fe is #cc99ff. Color #d681fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10000001 11111110
Octal 326 201 376
Decimal 214 129 254
Hex D6 81 FE

RGB Percentages of Color #d681fe

%35.85
%21.61
%42.55

CMYK Percentages of Color #d681fe

%16
%49
%0
%0

Triadic Colors of #d681fe

#d681fe #fed681 #81fed6

Analogous Colors of #d681fe

#d681fe #fe81e8 #9881fe

Monochromatic Colors of #d681fe

#d681fe

Complementary Color

#d681fe #a9fe81

#d681fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d681fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d681fe Color CSS Codes

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

#d681fe Text Font Color

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

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


#d681fe Background Color

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

This div background color is #d681fe


#d681fe Border Color

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

This div border color is #d681fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d681fe


Comments

No comments written yet.

Please login to write comment.