Color Hex Logo

#d08fbd Color Hex

#D08FBD
(208,143,189)
0 Favorites   0 Comments

Color spaces of #d08fbd

RGB 208143189
HSL0.880.410.69
HSV318°31°82°
CMYK 0.000.310.09   0.18
XYZ45.020236.728952.8607
Yxy36.72890.33440.2729
Hunter Lab60.604426.5418-9.2912
CIE-Lab67.073131.6823-13.9590

#d08fbd color RGB value is (208,143,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10001111 10111101
Octal 320 217 275
Decimal 208 143 189
Hex D0 8F BD

RGB Percentages of Color #d08fbd

%38.52
%26.48
%35.00

CMYK Percentages of Color #d08fbd

%0
%31
%9
%18

Triadic Colors of #d08fbd

#d08fbd #bdd08f #8fbdd0

Analogous Colors of #d08fbd

#d08fbd #d08f9d #c38fd0

Monochromatic Colors of #d08fbd

#d08fbd

Complementary Color

#d08fbd #8fd0a2

#d08fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d08fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d08fbd Color CSS Codes

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

#d08fbd Text Font Color

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

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


#d08fbd Background Color

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

This div background color is #d08fbd


#d08fbd Border Color

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

This div border color is #d08fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d08fbd


Comments

No comments written yet.

Please login to write comment.