Color Hex Logo

#d298bd Color Hex

#D298BD
(210,152,189)
0 Favorites   0 Comments

Color spaces of #d298bd

RGB 210152189
HSL0.890.390.71
HSV322°28°82°
CMYK 0.000.280.10   0.18
XYZ46.991939.832253.3558
Yxy39.83220.33520.2842
Hunter Lab63.112822.4585-5.9451
CIE-Lab69.349827.4777-10.5229

#d298bd color RGB value is (210,152,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 10011000 10111101
Octal 322 230 275
Decimal 210 152 189
Hex D2 98 BD

RGB Percentages of Color #d298bd

%38.11
%27.59
%34.30

CMYK Percentages of Color #d298bd

%0
%28
%10
%18

Triadic Colors of #d298bd

#d298bd #bdd298 #98bdd2

Analogous Colors of #d298bd

#d298bd #d298a0 #ca98d2

Monochromatic Colors of #d298bd

#d298bd

Complementary Color

#d298bd #98d2ad

#d298bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d298bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d298bd Color CSS Codes

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

#d298bd Text Font Color

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

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


#d298bd Background Color

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

This div background color is #d298bd


#d298bd Border Color

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

This div border color is #d298bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d298bd


Comments

No comments written yet.

Please login to write comment.