Color Hex Logo

#d085ce Color Hex

#D085CE
(208,133,206)
0 Favorites   0 Comments

Color spaces of #d085ce

RGB 208133206
HSL0.840.440.67
HSV302°36°82°
CMYK 0.000.360.01   0.18
XYZ45.540534.641262.6787
Yxy34.64120.31880.2425
Hunter Lab58.856835.1152-21.9403
CIE-Lab65.468440.0952-25.9105

#d085ce color RGB value is (208,133,206).

#d085ce hex color red value is 208, green value is 133 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #d085ce hue: 0.84 , saturation: 0.44 and the lightness value of d085ce is 0.67.

The process color (four color CMYK) of #d085ce color hex is 0.00, 0.36, 0.01, 0.18. Web safe color of #d085ce is #cc99cc. Color #d085ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10000101 11001110
Octal 320 205 316
Decimal 208 133 206
Hex D0 85 CE

RGB Percentages of Color #d085ce

%38.03
%24.31
%37.66

CMYK Percentages of Color #d085ce

%0
%36
%1
%18

Triadic Colors of #d085ce

#d085ce #ced085 #85ced0

Analogous Colors of #d085ce

#d085ce #d085a9 #ad85d0

Monochromatic Colors of #d085ce

#d085ce

Complementary Color

#d085ce #85d087

#d085ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d085ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#d085ce Color CSS Codes

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

#d085ce Text Font Color

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

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


#d085ce Background Color

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

This div background color is #d085ce


#d085ce Border Color

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

This div border color is #d085ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d085ce


Comments

No comments written yet.

Please login to write comment.