Color Hex Logo

#db38be Color Hex

#DB38BE
(219,56,190)
0 Favorites   0 Comments

Color spaces of #db38be

RGB 21956190
HSL0.860.690.54
HSV311°74°86°
CMYK 0.000.740.13   0.14
XYZ39.921921.606150.7815
Yxy21.60610.35550.1924
Hunter Lab46.482471.9626-32.2361
CIE-Lab53.606674.4221-35.0887

#db38be color RGB value is (219,56,190).

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

The process color (four color CMYK) of #db38be color hex is 0.00, 0.74, 0.13, 0.14. Web safe color of #db38be is #cc33cc. Color #db38be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00111000 10111110
Octal 333 70 276
Decimal 219 56 190
Hex DB 38 BE

RGB Percentages of Color #db38be

%47.10
%12.04
%40.86

CMYK Percentages of Color #db38be

%0
%74
%13
%14

Triadic Colors of #db38be

#db38be #bedb38 #38bedb

Analogous Colors of #db38be

#db38be #db386d #a738db

Monochromatic Colors of #db38be

#db38be

Complementary Color

#db38be #38db55

#db38be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db38be Color Preview on White Background

Lorem ipsum dolor sit amet.

#db38be Color CSS Codes

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

#db38be Text Font Color

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

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


#db38be Background Color

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

This div background color is #db38be


#db38be Border Color

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

This div border color is #db38be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db38be


Comments

No comments written yet.

Please login to write comment.