Color Hex Logo

#d687fe Color Hex

#D687FE
(214,135,254)
0 Favorites   0 Comments

Color spaces of #d687fe

RGB 214135254
HSL0.780.980.76
HSV280°47°100°
CMYK 0.160.470.00   0.00
XYZ54.284938.779898.3901
Yxy38.77980.28350.2026
Hunter Lab62.273446.6232-50.0850
CIE-Lab68.591550.2244-47.5099

#d687fe color RGB value is (214,135,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 10000111 11111110
Octal 326 207 376
Decimal 214 135 254
Hex D6 87 FE

RGB Percentages of Color #d687fe

%35.49
%22.39
%42.12

CMYK Percentages of Color #d687fe

%16
%47
%0
%0

Triadic Colors of #d687fe

#d687fe #fed687 #87fed6

Analogous Colors of #d687fe

#d687fe #fe87eb #9b87fe

Monochromatic Colors of #d687fe

#d687fe

Complementary Color

#d687fe #affe87

#d687fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d687fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d687fe Color CSS Codes

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

#d687fe Text Font Color

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

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


#d687fe Background Color

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

This div background color is #d687fe


#d687fe Border Color

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

This div border color is #d687fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d687fe

Related Colors


Comments

No comments written yet.

Please login to write comment.