Color Hex Logo

#d85fbe Color Hex

#D85FBE
(216,95,190)
0 Favorites   0 Comments

Color spaces of #d85fbe

RGB 21695190
HSL0.870.610.61
HSV313°56°85°
CMYK 0.000.560.12   0.15
XYZ41.705426.501151.6323
Yxy26.50110.34800.2211
Hunter Lab51.479254.5214-23.4309
CIE-Lab58.509758.7831-27.4965

#d85fbe color RGB value is (216,95,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 01011111 10111110
Octal 330 137 276
Decimal 216 95 190
Hex D8 5F BE

RGB Percentages of Color #d85fbe

%43.11
%18.96
%37.92

CMYK Percentages of Color #d85fbe

%0
%56
%12
%15

Triadic Colors of #d85fbe

#d85fbe #bed85f #5fbed8

Analogous Colors of #d85fbe

#d85fbe #d85f82 #b65fd8

Monochromatic Colors of #d85fbe

#d85fbe

Complementary Color

#d85fbe #5fd879

#d85fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d85fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d85fbe Color CSS Codes

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

#d85fbe Text Font Color

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

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


#d85fbe Background Color

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

This div background color is #d85fbe


#d85fbe Border Color

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

This div border color is #d85fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d85fbe


Comments

No comments written yet.

Please login to write comment.