Color Hex Logo

#d686f0 Color Hex

#D686F0
(214,134,240)
0 Favorites   0 Comments

Color spaces of #d686f0

RGB 214134240
HSL0.790.780.73
HSV285°44°94°
CMYK 0.110.440.00   0.06
XYZ51.984837.637686.9630
Yxy37.63760.29440.2131
Hunter Lab61.349543.8913-41.0990
CIE-Lab67.752747.8961-41.1605

#d686f0 color RGB value is (214,134,240).

#d686f0 hex color red value is 214, green value is 134 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #d686f0 hue: 0.79 , saturation: 0.78 and the lightness value of d686f0 is 0.73.

The process color (four color CMYK) of #d686f0 color hex is 0.11, 0.44, 0.00, 0.06. Web safe color of #d686f0 is #cc99ff. Color #d686f0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10000110 11110000
Octal 326 206 360
Decimal 214 134 240
Hex D6 86 F0

RGB Percentages of Color #d686f0

%36.39
%22.79
%40.82

CMYK Percentages of Color #d686f0

%11
%44
%0
%6

Triadic Colors of #d686f0

#d686f0 #f0d686 #86f0d6

Analogous Colors of #d686f0

#d686f0 #f086d5 #a186f0

Monochromatic Colors of #d686f0

#d686f0

Complementary Color

#d686f0 #a0f086

#d686f0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d686f0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d686f0 Color CSS Codes

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

#d686f0 Text Font Color

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

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


#d686f0 Background Color

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

This div background color is #d686f0


#d686f0 Border Color

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

This div border color is #d686f0


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,134,240, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d686f0">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d686f0


Comments

No comments written yet.

Please login to write comment.