Color Hex Logo

#d08fbb Color Hex

#D08FBB
(208,143,187)
0 Favorites   0 Comments

Color spaces of #d08fbb

RGB 208143187
HSL0.890.410.69
HSV319°31°82°
CMYK 0.000.310.10   0.18
XYZ44.804536.642751.7250
Yxy36.64270.33640.2752
Hunter Lab60.533226.1861-8.2894
CIE-Lab67.008131.3392-12.9373

#d08fbb color RGB value is (208,143,187).

#d08fbb hex color red value is 208, green value is 143 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #d08fbb hue: 0.89 , saturation: 0.41 and the lightness value of d08fbb is 0.69.

The process color (four color CMYK) of #d08fbb color hex is 0.00, 0.31, 0.10, 0.18. Web safe color of #d08fbb is #cc99cc. Color #d08fbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10001111 10111011
Octal 320 217 273
Decimal 208 143 187
Hex D0 8F BB

RGB Percentages of Color #d08fbb

%38.66
%26.58
%34.76

CMYK Percentages of Color #d08fbb

%0
%31
%10
%18

Triadic Colors of #d08fbb

#d08fbb #bbd08f #8fbbd0

Analogous Colors of #d08fbb

#d08fbb #d08f9b #c58fd0

Monochromatic Colors of #d08fbb

#d08fbb

Complementary Color

#d08fbb #8fd0a4

#d08fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d08fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d08fbb Color CSS Codes

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

#d08fbb Text Font Color

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

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


#d08fbb Background Color

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

This div background color is #d08fbb


#d08fbb Border Color

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

This div border color is #d08fbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d08fbb


Comments

No comments written yet.

Please login to write comment.