Color Hex Logo

#d294bd Color Hex

#D294BD
(210,148,189)
0 Favorites   0 Comments

Color spaces of #d294bd

RGB 210148189
HSL0.890.410.70
HSV320°30°82°
CMYK 0.000.300.10   0.18
XYZ46.353638.555653.1430
Yxy38.55560.33580.2793
Hunter Lab62.093224.5903-7.2787
CIE-Lab68.428129.6524-11.9022

#d294bd color RGB value is (210,148,189).

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

The process color (four color CMYK) of #d294bd color hex is 0.00, 0.30, 0.10, 0.18. Web safe color of #d294bd is #cc99cc. Color #d294bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 10010100 10111101
Octal 322 224 275
Decimal 210 148 189
Hex D2 94 BD

RGB Percentages of Color #d294bd

%38.39
%27.06
%34.55

CMYK Percentages of Color #d294bd

%0
%30
%10
%18

Triadic Colors of #d294bd

#d294bd #bdd294 #94bdd2

Analogous Colors of #d294bd

#d294bd #d2949e #c894d2

Monochromatic Colors of #d294bd

#d294bd

Complementary Color

#d294bd #94d2a9

#d294bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d294bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d294bd Color CSS Codes

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

#d294bd Text Font Color

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

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


#d294bd Background Color

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

This div background color is #d294bd


#d294bd Border Color

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

This div border color is #d294bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d294bd


Comments

No comments written yet.

Please login to write comment.