Color Hex Logo

#d85bab Color Hex

#D85BAB
(216,91,171)
0 Favorites   0 Comments

Color spaces of #d85bab

RGB 21691171
HSL0.890.620.60
HSV322°58°85°
CMYK 0.000.580.21   0.15
XYZ39.410725.021441.2805
Yxy25.02140.37280.2367
Hunter Lab50.021453.0986-13.9145
CIE-Lab57.096357.7751-18.7241

#d85bab color RGB value is (216,91,171).

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

The process color (four color CMYK) of #d85bab color hex is 0.00, 0.58, 0.21, 0.15. Web safe color of #d85bab is #cc6699. Color #d85bab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01011011 10101011
Octal 330 133 253
Decimal 216 91 171
Hex D8 5B AB

RGB Percentages of Color #d85bab

%45.19
%19.04
%35.77

CMYK Percentages of Color #d85bab

%0
%58
%21
%15

Triadic Colors of #d85bab

#d85bab #abd85b #5babd8

Analogous Colors of #d85bab

#d85bab #d85b6d #c75bd8

Monochromatic Colors of #d85bab

#d85bab

Complementary Color

#d85bab #5bd888

#d85bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d85bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d85bab Color CSS Codes

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

#d85bab Text Font Color

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

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


#d85bab Background Color

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

This div background color is #d85bab


#d85bab Border Color

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

This div border color is #d85bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d85bab


Comments

No comments written yet.

Please login to write comment.