Color Hex Logo

#db05be Color Hex

#DB05BE
(219,5,190)
0 Favorites   0 Comments

Color spaces of #db05be

RGB 2195190
HSL0.860.960.44
HSV308°98°86°
CMYK 0.000.980.13   0.14
XYZ38.562018.886350.3282
Yxy18.88630.35780.1752
Hunter Lab43.458482.3366-38.2416
CIE-Lab50.553983.2791-39.8890

#db05be color RGB value is (219,5,190).

#db05be hex color red value is 219, green value is 5 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #db05be hue: 0.86 , saturation: 0.96 and the lightness value of db05be is 0.44.

The process color (four color CMYK) of #db05be color hex is 0.00, 0.98, 0.13, 0.14. Web safe color of #db05be is #cc00cc. Color #db05be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00000101 10111110
Octal 333 5 276
Decimal 219 5 190
Hex DB 5 BE

RGB Percentages of Color #db05be

%52.90
%1.21
%45.89

CMYK Percentages of Color #db05be

%0
%98
%13
%14

Triadic Colors of #db05be

#db05be #bedb05 #05bedb

Analogous Colors of #db05be

#db05be #db0553 #8d05db

Monochromatic Colors of #db05be

#db05be

Complementary Color

#db05be #05db22

#db05be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db05be Color Preview on White Background

Lorem ipsum dolor sit amet.

#db05be Color CSS Codes

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

#db05be Text Font Color

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

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


#db05be Background Color

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

This div background color is #db05be


#db05be Border Color

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

This div border color is #db05be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db05be


Comments

No comments written yet.

Please login to write comment.