Color Hex Logo

#d85bbf Color Hex

#D85BBF
(216,91,191)
0 Favorites   0 Comments

Color spaces of #d85bbf

RGB 21691191
HSL0.870.620.60
HSV312°58°85°
CMYK 0.000.580.12   0.15
XYZ41.464025.842752.0930
Yxy25.84270.34730.2164
Hunter Lab50.835756.6305-25.1714
CIE-Lab57.887460.7307-29.0318

#d85bbf color RGB value is (216,91,191).

#d85bbf hex color red value is 216, green value is 91 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #d85bbf hue: 0.87 , saturation: 0.62 and the lightness value of d85bbf is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 01011011 10111111
Octal 330 133 277
Decimal 216 91 191
Hex D8 5B BF

RGB Percentages of Color #d85bbf

%43.37
%18.27
%38.35

CMYK Percentages of Color #d85bbf

%0
%58
%12
%15

Triadic Colors of #d85bbf

#d85bbf #bfd85b #5bbfd8

Analogous Colors of #d85bbf

#d85bbf #d85b81 #b35bd8

Monochromatic Colors of #d85bbf

#d85bbf

Complementary Color

#d85bbf #5bd874

#d85bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d85bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d85bbf Color CSS Codes

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

#d85bbf Text Font Color

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

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


#d85bbf Background Color

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

This div background color is #d85bbf


#d85bbf Border Color

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

This div border color is #d85bbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d85bbf


Comments

No comments written yet.

Please login to write comment.