Color Hex Logo

#d499bd Color Hex

#D499BD
(212,153,189)
0 Favorites   0 Comments

Color spaces of #d499bd

RGB 212153189
HSL0.900.410.72
HSV323°28°83°
CMYK 0.000.280.11   0.17
XYZ47.727940.453653.4369
Yxy40.45360.33700.2857
Hunter Lab63.603122.6412-5.2910
CIE-Lab69.791427.6279-9.8414

#d499bd color RGB value is (212,153,189).

#d499bd hex color red value is 212, green value is 153 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #d499bd hue: 0.90 , saturation: 0.41 and the lightness value of d499bd is 0.72.

The process color (four color CMYK) of #d499bd color hex is 0.00, 0.28, 0.11, 0.17. Web safe color of #d499bd is #cc99cc. Color #d499bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10011001 10111101
Octal 324 231 275
Decimal 212 153 189
Hex D4 99 BD

RGB Percentages of Color #d499bd

%38.27
%27.62
%34.12

CMYK Percentages of Color #d499bd

%0
%28
%11
%17

Triadic Colors of #d499bd

#d499bd #bdd499 #99bdd4

Analogous Colors of #d499bd

#d499bd #d499a0 #ce99d4

Monochromatic Colors of #d499bd

#d499bd

Complementary Color

#d499bd #99d4b0

#d499bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d499bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d499bd Color CSS Codes

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

#d499bd Text Font Color

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

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


#d499bd Background Color

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

This div background color is #d499bd


#d499bd Border Color

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

This div border color is #d499bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d499bd


Comments

No comments written yet.

Please login to write comment.