Color Hex Logo

#d494bd Color Hex

#D494BD
(212,148,189)
0 Favorites   0 Comments

Color spaces of #d494bd

RGB 212148189
HSL0.890.430.71
HSV322°30°83°
CMYK 0.000.300.11   0.17
XYZ46.926638.851053.1698
Yxy38.85100.33770.2796
Hunter Lab62.330625.3082-6.9447
CIE-Lab68.643230.3404-11.5578

#d494bd color RGB value is (212,148,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 10010100 10111101
Octal 324 224 275
Decimal 212 148 189
Hex D4 94 BD

RGB Percentages of Color #d494bd

%38.62
%26.96
%34.43

CMYK Percentages of Color #d494bd

%0
%30
%11
%17

Triadic Colors of #d494bd

#d494bd #bdd494 #94bdd4

Analogous Colors of #d494bd

#d494bd #d4949d #cb94d4

Monochromatic Colors of #d494bd

#d494bd

Complementary Color

#d494bd #94d4ab

#d494bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d494bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d494bd Color CSS Codes

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

#d494bd Text Font Color

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

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


#d494bd Background Color

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

This div background color is #d494bd


#d494bd Border Color

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

This div border color is #d494bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d494bd


Comments

No comments written yet.

Please login to write comment.