Color Hex Logo

#d086da Color Hex

#D086DA
(208,134,218)
0 Favorites   0 Comments

Color spaces of #d086da

RGB 208134218
HSL0.810.530.69
HSV293°39°85°
CMYK 0.050.390.00   0.15
XYZ47.192435.522070.6988
Yxy35.52200.30760.2315
Hunter Lab59.600337.0383-28.6104
CIE-Lab66.153141.8184-31.5433

#d086da color RGB value is (208,134,218).

#d086da hex color red value is 208, green value is 134 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #d086da hue: 0.81 , saturation: 0.53 and the lightness value of d086da is 0.69.

The process color (four color CMYK) of #d086da color hex is 0.05, 0.39, 0.00, 0.15. Web safe color of #d086da is #cc99cc. Color #d086da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10000110 11011010
Octal 320 206 332
Decimal 208 134 218
Hex D0 86 DA

RGB Percentages of Color #d086da

%37.14
%23.93
%38.93

CMYK Percentages of Color #d086da

%5
%39
%0
%15

Triadic Colors of #d086da

#d086da #dad086 #86dad0

Analogous Colors of #d086da

#d086da #da86ba #a686da

Monochromatic Colors of #d086da

#d086da

Complementary Color

#d086da #90da86

#d086da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d086da Color Preview on White Background

Lorem ipsum dolor sit amet.

#d086da Color CSS Codes

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

#d086da Text Font Color

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

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


#d086da Background Color

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

This div background color is #d086da


#d086da Border Color

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

This div border color is #d086da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d086da


Comments

No comments written yet.

Please login to write comment.