Color Hex Logo

#db08be Color Hex

#DB08BE
(219,8,190)
0 Favorites   0 Comments

Color spaces of #db08be

RGB 2198190
HSL0.860.930.45
HSV308°96°86°
CMYK 0.000.960.13   0.14
XYZ38.594518.951450.3390
Yxy18.95140.35770.1757
Hunter Lab43.533282.0666-38.0859
CIE-Lab50.630383.0538-39.7684

#db08be color RGB value is (219,8,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00001000 10111110
Octal 333 10 276
Decimal 219 8 190
Hex DB 8 BE

RGB Percentages of Color #db08be

%52.52
%1.92
%45.56

CMYK Percentages of Color #db08be

%0
%96
%13
%14

Triadic Colors of #db08be

#db08be #bedb08 #08bedb

Analogous Colors of #db08be

#db08be #db0854 #8f08db

Monochromatic Colors of #db08be

#db08be

Complementary Color

#db08be #08db25

#db08be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db08be Color Preview on White Background

Lorem ipsum dolor sit amet.

#db08be Color CSS Codes

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

#db08be Text Font Color

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

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


#db08be Background Color

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

This div background color is #db08be


#db08be Border Color

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

This div border color is #db08be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db08be


Comments

No comments written yet.

Please login to write comment.