Color Hex Logo

#db6fbe Color Hex

#DB6FBE
(219,111,190)
0 Favorites   0 Comments

Color spaces of #db6fbe

RGB 219111190
HSL0.880.600.65
HSV316°49°86°
CMYK 0.000.490.13   0.14
XYZ44.192130.146752.2049
Yxy30.14670.34920.2382
Hunter Lab54.906047.5834-17.9390
CIE-Lab61.780652.0905-22.4313

#db6fbe color RGB value is (219,111,190).

#db6fbe hex color red value is 219, green value is 111 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #db6fbe hue: 0.88 , saturation: 0.60 and the lightness value of db6fbe is 0.65.

The process color (four color CMYK) of #db6fbe color hex is 0.00, 0.49, 0.13, 0.14. Web safe color of #db6fbe is #cc66cc. Color #db6fbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01101111 10111110
Octal 333 157 276
Decimal 219 111 190
Hex DB 6F BE

RGB Percentages of Color #db6fbe

%42.12
%21.35
%36.54

CMYK Percentages of Color #db6fbe

%0
%49
%13
%14

Triadic Colors of #db6fbe

#db6fbe #bedb6f #6fbedb

Analogous Colors of #db6fbe

#db6fbe #db6f88 #c26fdb

Monochromatic Colors of #db6fbe

#db6fbe

Complementary Color

#db6fbe #6fdb8c

#db6fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db6fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#db6fbe Color CSS Codes

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

#db6fbe Text Font Color

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

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


#db6fbe Background Color

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

This div background color is #db6fbe


#db6fbe Border Color

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

This div border color is #db6fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db6fbe


Comments

No comments written yet.

Please login to write comment.