Color Hex Logo

#d095bd Color Hex

#D095BD
(208,149,189)
0 Favorites   0 Comments

Color spaces of #d095bd

RGB 208149189
HSL0.890.390.70
HSV319°28°82°
CMYK 0.000.280.09   0.18
XYZ45.945238.578953.1690
Yxy38.57890.33370.2802
Hunter Lab62.111923.3435-7.2750
CIE-Lab68.445128.4198-11.8985

#d095bd color RGB value is (208,149,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10010101 10111101
Octal 320 225 275
Decimal 208 149 189
Hex D0 95 BD

RGB Percentages of Color #d095bd

%38.10
%27.29
%34.62

CMYK Percentages of Color #d095bd

%0
%28
%9
%18

Triadic Colors of #d095bd

#d095bd #bdd095 #95bdd0

Analogous Colors of #d095bd

#d095bd #d095a0 #c695d0

Monochromatic Colors of #d095bd

#d095bd

Complementary Color

#d095bd #95d0a8

#d095bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d095bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d095bd Color CSS Codes

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

#d095bd Text Font Color

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

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


#d095bd Background Color

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

This div background color is #d095bd


#d095bd Border Color

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

This div border color is #d095bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d095bd


Comments

No comments written yet.

Please login to write comment.