Color Hex Logo

#db4fb6 Color Hex

#DB4FB6
(219,79,182)
0 Favorites   0 Comments

Color spaces of #db4fb6

RGB 21979182
HSL0.880.660.58
HSV316°64°86°
CMYK 0.000.640.17   0.14
XYZ40.452924.029446.7620
Yxy24.02940.36360.2160
Hunter Lab49.019861.5200-22.2453
CIE-Lab56.117265.2532-26.5548

#db4fb6 color RGB value is (219,79,182).

#db4fb6 hex color red value is 219, green value is 79 and the blue value of its RGB is 182. Cylindrical-coordinate representations (also known as HSL) of color #db4fb6 hue: 0.88 , saturation: 0.66 and the lightness value of db4fb6 is 0.58.

The process color (four color CMYK) of #db4fb6 color hex is 0.00, 0.64, 0.17, 0.14. Web safe color of #db4fb6 is #cc66cc. Color #db4fb6 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01001111 10110110
Octal 333 117 266
Decimal 219 79 182
Hex DB 4F B6

RGB Percentages of Color #db4fb6

%45.63
%16.46
%37.92

CMYK Percentages of Color #db4fb6

%0
%64
%17
%14

Triadic Colors of #db4fb6

#db4fb6 #b6db4f #4fb6db

Analogous Colors of #db4fb6

#db4fb6 #db4f70 #ba4fdb

Monochromatic Colors of #db4fb6

#db4fb6

Complementary Color

#db4fb6 #4fdb74

#db4fb6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db4fb6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db4fb6 Color CSS Codes

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

#db4fb6 Text Font Color

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

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


#db4fb6 Background Color

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

This div background color is #db4fb6


#db4fb6 Border Color

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

This div border color is #db4fb6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db4fb6


Comments

No comments written yet.

Please login to write comment.