Color Hex Logo

#d85ebe Color Hex

#D85EBE
(216,94,190)
0 Favorites   0 Comments

Color spaces of #d85ebe

RGB 21694190
HSL0.870.610.61
HSV313°56°85°
CMYK 0.000.560.12   0.15
XYZ41.615926.322051.6025
Yxy26.32200.34810.2202
Hunter Lab51.305055.0061-23.7204
CIE-Lab58.341459.2363-27.7565

#d85ebe color RGB value is (216,94,190).

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

The process color (four color CMYK) of #d85ebe color hex is 0.00, 0.56, 0.12, 0.15. Web safe color of #d85ebe is #cc66cc. Color #d85ebe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01011110 10111110
Octal 330 136 276
Decimal 216 94 190
Hex D8 5E BE

RGB Percentages of Color #d85ebe

%43.20
%18.80
%38.00

CMYK Percentages of Color #d85ebe

%0
%56
%12
%15

Triadic Colors of #d85ebe

#d85ebe #bed85e #5ebed8

Analogous Colors of #d85ebe

#d85ebe #d85e81 #b55ed8

Monochromatic Colors of #d85ebe

#d85ebe

Complementary Color

#d85ebe #5ed878

#d85ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d85ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d85ebe Color CSS Codes

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

#d85ebe Text Font Color

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

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


#d85ebe Background Color

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

This div background color is #d85ebe


#d85ebe Border Color

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

This div border color is #d85ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d85ebe


Comments

No comments written yet.

Please login to write comment.