Color Hex Logo

#db5fbc Color Hex

#DB5FBC
(219,95,188)
0 Favorites   0 Comments

Color spaces of #db5fbc

RGB 21995188
HSL0.880.630.62
HSV315°57°86°
CMYK 0.000.570.14   0.14
XYZ42.382726.875350.5306
Yxy26.87530.35380.2244
Hunter Lab51.841455.2094-21.5019
CIE-Lab58.858759.3243-25.7774

#db5fbc color RGB value is (219,95,188).

#db5fbc hex color red value is 219, green value is 95 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #db5fbc hue: 0.88 , saturation: 0.63 and the lightness value of db5fbc is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01011111 10111100
Octal 333 137 274
Decimal 219 95 188
Hex DB 5F BC

RGB Percentages of Color #db5fbc

%43.63
%18.92
%37.45

CMYK Percentages of Color #db5fbc

%0
%57
%14
%14

Triadic Colors of #db5fbc

#db5fbc #bcdb5f #5fbcdb

Analogous Colors of #db5fbc

#db5fbc #db5f7e #bc5fdb

Monochromatic Colors of #db5fbc

#db5fbc

Complementary Color

#db5fbc #5fdb7e

#db5fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db5fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#db5fbc Color CSS Codes

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

#db5fbc Text Font Color

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

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


#db5fbc Background Color

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

This div background color is #db5fbc


#db5fbc Border Color

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

This div border color is #db5fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db5fbc


Comments

No comments written yet.

Please login to write comment.