Color Hex Logo

#d08fba Color Hex

#D08FBA
(208,143,186)
0 Favorites   0 Comments

Color spaces of #d08fba

RGB 208143186
HSL0.890.410.69
HSV320°31°82°
CMYK 0.000.310.11   0.18
XYZ44.697836.600051.1630
Yxy36.60000.33740.2763
Hunter Lab60.497926.0101-7.7929
CIE-Lab66.975831.1691-12.4256

#d08fba color RGB value is (208,143,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10001111 10111010
Octal 320 217 272
Decimal 208 143 186
Hex D0 8F BA

RGB Percentages of Color #d08fba

%38.73
%26.63
%34.64

CMYK Percentages of Color #d08fba

%0
%31
%11
%18

Triadic Colors of #d08fba

#d08fba #bad08f #8fbad0

Analogous Colors of #d08fba

#d08fba #d08f9a #c68fd0

Monochromatic Colors of #d08fba

#d08fba

Complementary Color

#d08fba #8fd0a5

#d08fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d08fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d08fba Color CSS Codes

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

#d08fba Text Font Color

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

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


#d08fba Background Color

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

This div background color is #d08fba


#d08fba Border Color

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

This div border color is #d08fba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,143,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d08fba


Comments

No comments written yet.

Please login to write comment.