Color Hex Logo

#d086fd Color Hex

#D086FD
(208,134,253)
0 Favorites   0 Comments

Color spaces of #d086fd

RGB 208134253
HSL0.770.970.76
HSV277°47°99°
CMYK 0.180.470.00   0.01
XYZ52.267137.551997.4220
Yxy37.55190.27910.2006
Hunter Lab61.279645.0084-51.3632
CIE-Lab67.689048.9091-48.4295

#d086fd color RGB value is (208,134,253).

#d086fd hex color red value is 208, green value is 134 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #d086fd hue: 0.77 , saturation: 0.97 and the lightness value of d086fd is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10000110 11111101
Octal 320 206 375
Decimal 208 134 253
Hex D0 86 FD

RGB Percentages of Color #d086fd

%34.96
%22.52
%42.52

CMYK Percentages of Color #d086fd

%18
%47
%0
%1

Triadic Colors of #d086fd

#d086fd #fdd086 #86fdd0

Analogous Colors of #d086fd

#d086fd #fd86ef #9586fd

Monochromatic Colors of #d086fd

#d086fd

Complementary Color

#d086fd #b3fd86

#d086fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d086fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d086fd Color CSS Codes

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

#d086fd Text Font Color

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

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


#d086fd Background Color

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

This div background color is #d086fd


#d086fd Border Color

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

This div border color is #d086fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d086fd


Comments

No comments written yet.

Please login to write comment.