Color Hex Logo

#d093bd Color Hex

#D093BD
(208,147,189)
0 Favorites   0 Comments

Color spaces of #d093bd

RGB 208147189
HSL0.890.390.70
HSV319°29°82°
CMYK 0.000.290.09   0.18
XYZ45.631537.951553.0644
Yxy37.95150.33390.2777
Hunter Lab61.604824.4090-7.9472
CIE-Lab67.984929.5087-12.5887

#d093bd color RGB value is (208,147,189).

#d093bd hex color red value is 208, green value is 147 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #d093bd hue: 0.89 , saturation: 0.39 and the lightness value of d093bd is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10010011 10111101
Octal 320 223 275
Decimal 208 147 189
Hex D0 93 BD

RGB Percentages of Color #d093bd

%38.24
%27.02
%34.74

CMYK Percentages of Color #d093bd

%0
%29
%9
%18

Triadic Colors of #d093bd

#d093bd #bdd093 #93bdd0

Analogous Colors of #d093bd

#d093bd #d0939f #c593d0

Monochromatic Colors of #d093bd

#d093bd

Complementary Color

#d093bd #93d0a6

#d093bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d093bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d093bd Color CSS Codes

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

#d093bd Text Font Color

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

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


#d093bd Background Color

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

This div background color is #d093bd


#d093bd Border Color

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

This div border color is #d093bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d093bd


Comments

No comments written yet.

Please login to write comment.