Color Hex Logo

#d493bd Color Hex

#D493BD
(212,147,189)
0 Favorites   0 Comments

Color spaces of #d493bd

RGB 212147189
HSL0.890.430.70
HSV321°31°83°
CMYK 0.000.310.11   0.17
XYZ46.770438.538653.1177
Yxy38.53860.33790.2784
Hunter Lab62.079525.8421-7.2753
CIE-Lab68.415730.8820-11.8986

#d493bd color RGB value is (212,147,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 10010011 10111101
Octal 324 223 275
Decimal 212 147 189
Hex D4 93 BD

RGB Percentages of Color #d493bd

%38.69
%26.82
%34.49

CMYK Percentages of Color #d493bd

%0
%31
%11
%17

Triadic Colors of #d493bd

#d493bd #bdd493 #93bdd4

Analogous Colors of #d493bd

#d493bd #d4939d #cb93d4

Monochromatic Colors of #d493bd

#d493bd

Complementary Color

#d493bd #93d4aa

#d493bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d493bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d493bd Color CSS Codes

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

#d493bd Text Font Color

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

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


#d493bd Background Color

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

This div background color is #d493bd


#d493bd Border Color

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

This div border color is #d493bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d493bd


Comments

No comments written yet.

Please login to write comment.