Color Hex Logo

#db98bd Color Hex

#DB98BD
(219,152,189)
0 Favorites   0 Comments

Color spaces of #db98bd

RGB 219152189
HSL0.910.480.73
HSV327°31°86°
CMYK 0.000.310.14   0.14
XYZ49.627041.190753.4791
Yxy41.19070.34390.2855
Hunter Lab64.180025.7097-4.4785
CIE-Lab70.309330.5982-8.9900

#db98bd color RGB value is (219,152,189).

#db98bd hex color red value is 219, green value is 152 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #db98bd hue: 0.91 , saturation: 0.48 and the lightness value of db98bd is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10011000 10111101
Octal 333 230 275
Decimal 219 152 189
Hex DB 98 BD

RGB Percentages of Color #db98bd

%39.11
%27.14
%33.75

CMYK Percentages of Color #db98bd

%0
%31
%14
%14

Triadic Colors of #db98bd

#db98bd #bddb98 #98bddb

Analogous Colors of #db98bd

#db98bd #db989c #d898db

Monochromatic Colors of #db98bd

#db98bd

Complementary Color

#db98bd #98dbb6

#db98bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db98bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#db98bd Color CSS Codes

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

#db98bd Text Font Color

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

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


#db98bd Background Color

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

This div background color is #db98bd


#db98bd Border Color

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

This div border color is #db98bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db98bd


Comments

No comments written yet.

Please login to write comment.