Color Hex Logo

#d85dba Color Hex

#D85DBA
(216,93,186)
0 Favorites   0 Comments

Color spaces of #d85dba

RGB 21693186
HSL0.870.610.61
HSV315°57°85°
CMYK 0.000.570.14   0.15
XYZ41.096225.972849.3016
Yxy25.97280.35310.2232
Hunter Lab50.963554.7535-21.6821
CIE-Lab58.011259.0725-25.9729

#d85dba color RGB value is (216,93,186).

#d85dba hex color red value is 216, green value is 93 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #d85dba hue: 0.87 , saturation: 0.61 and the lightness value of d85dba is 0.61.

The process color (four color CMYK) of #d85dba color hex is 0.00, 0.57, 0.14, 0.15. Web safe color of #d85dba is #cc66cc. Color #d85dba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01011101 10111010
Octal 330 135 272
Decimal 216 93 186
Hex D8 5D BA

RGB Percentages of Color #d85dba

%43.64
%18.79
%37.58

CMYK Percentages of Color #d85dba

%0
%57
%14
%15

Triadic Colors of #d85dba

#d85dba #bad85d #5dbad8

Analogous Colors of #d85dba

#d85dba #d85d7d #b95dd8

Monochromatic Colors of #d85dba

#d85dba

Complementary Color

#d85dba #5dd87b

#d85dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d85dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d85dba Color CSS Codes

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

#d85dba Text Font Color

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

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


#d85dba Background Color

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

This div background color is #d85dba


#d85dba Border Color

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

This div border color is #d85dba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(216,93,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d85dba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d85dba;
  -webkit-box-shadow: 1px 1px 3px 2px #d85dba;
  box-shadow:         1px 1px 3px 2px #d85dba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,93,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d85dba

#d85dba Color Palettes


Comments

No comments written yet.

Please login to write comment.