Color Hex Logo

#d085da Color Hex

#D085DA
(208,133,218)
0 Favorites   0 Comments

Color spaces of #d085da

RGB 208133218
HSL0.810.530.69
HSV293°39°85°
CMYK 0.050.390.00   0.15
XYZ47.054835.246970.6529
Yxy35.24690.30760.2304
Hunter Lab59.369137.5797-29.0004
CIE-Lab65.940442.3497-31.8724

#d085da color RGB value is (208,133,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10000101 11011010
Octal 320 205 332
Decimal 208 133 218
Hex D0 85 DA

RGB Percentages of Color #d085da

%37.21
%23.79
%39.00

CMYK Percentages of Color #d085da

%5
%39
%0
%15

Triadic Colors of #d085da

#d085da #dad085 #85dad0

Analogous Colors of #d085da

#d085da #da85ba #a685da

Monochromatic Colors of #d085da

#d085da

Complementary Color

#d085da #8fda85

#d085da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d085da Color Preview on White Background

Lorem ipsum dolor sit amet.

#d085da Color CSS Codes

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

#d085da Text Font Color

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

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


#d085da Background Color

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

This div background color is #d085da


#d085da Border Color

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

This div border color is #d085da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d085da


Comments

No comments written yet.

Please login to write comment.