Color Hex Logo

#db8fbe Color Hex

#DB8FBE
(219,143,190)
0 Favorites   0 Comments

Color spaces of #db8fbe

RGB 219143190
HSL0.900.510.71
HSV323°35°86°
CMYK 0.000.350.13   0.14
XYZ48.330138.422753.5842
Yxy38.42270.34440.2738
Hunter Lab61.986030.6997-7.8634
CIE-Lab68.331035.5872-12.5042

#db8fbe color RGB value is (219,143,190).

#db8fbe hex color red value is 219, green value is 143 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #db8fbe hue: 0.90 , saturation: 0.51 and the lightness value of db8fbe is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10001111 10111110
Octal 333 217 276
Decimal 219 143 190
Hex DB 8F BE

RGB Percentages of Color #db8fbe

%39.67
%25.91
%34.42

CMYK Percentages of Color #db8fbe

%0
%35
%13
%14

Triadic Colors of #db8fbe

#db8fbe #bedb8f #8fbedb

Analogous Colors of #db8fbe

#db8fbe #db8f98 #d28fdb

Monochromatic Colors of #db8fbe

#db8fbe

Complementary Color

#db8fbe #8fdbac

#db8fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db8fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#db8fbe Color CSS Codes

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

#db8fbe Text Font Color

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

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


#db8fbe Background Color

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

This div background color is #db8fbe


#db8fbe Border Color

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

This div border color is #db8fbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,143,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #db8fbe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db8fbe


Comments

No comments written yet.

Please login to write comment.