Color Hex Logo

#d85ebb Color Hex

#D85EBB
(216,94,187)
0 Favorites   0 Comments

Color spaces of #d85ebb

RGB 21694187
HSL0.870.610.61
HSV314°56°85°
CMYK 0.000.560.13   0.15
XYZ41.291226.192249.8930
Yxy26.19220.35180.2231
Hunter Lab51.178354.4536-21.9761
CIE-Lab58.219058.7738-26.2262

#d85ebb color RGB value is (216,94,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 01011110 10111011
Octal 330 136 273
Decimal 216 94 187
Hex D8 5E BB

RGB Percentages of Color #d85ebb

%43.46
%18.91
%37.63

CMYK Percentages of Color #d85ebb

%0
%56
%13
%15

Triadic Colors of #d85ebb

#d85ebb #bbd85e #5ebbd8

Analogous Colors of #d85ebb

#d85ebb #d85e7e #b85ed8

Monochromatic Colors of #d85ebb

#d85ebb

Complementary Color

#d85ebb #5ed87b

#d85ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d85ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d85ebb Color CSS Codes

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

#d85ebb Text Font Color

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

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


#d85ebb Background Color

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

This div background color is #d85ebb


#d85ebb Border Color

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

This div border color is #d85ebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d85ebb


Comments

No comments written yet.

Please login to write comment.