Color Hex Logo

#db31be Color Hex

#DB31BE
(219,49,190)
0 Favorites   0 Comments

Color spaces of #db31be

RGB 21949190
HSL0.860.700.53
HSV310°78°86°
CMYK 0.000.780.13   0.14
XYZ39.606020.974450.6762
Yxy20.97440.35600.1885
Hunter Lab45.797874.2208-33.5471
CIE-Lab52.921576.3848-36.1626

#db31be color RGB value is (219,49,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00110001 10111110
Octal 333 61 276
Decimal 219 49 190
Hex DB 31 BE

RGB Percentages of Color #db31be

%47.82
%10.70
%41.48

CMYK Percentages of Color #db31be

%0
%78
%13
%14

Triadic Colors of #db31be

#db31be #bedb31 #31bedb

Analogous Colors of #db31be

#db31be #db3169 #a331db

Monochromatic Colors of #db31be

#db31be

Complementary Color

#db31be #31db4e

#db31be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db31be Color Preview on White Background

Lorem ipsum dolor sit amet.

#db31be Color CSS Codes

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

#db31be Text Font Color

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

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


#db31be Background Color

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

This div background color is #db31be


#db31be Border Color

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

This div border color is #db31be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db31be


Comments

No comments written yet.

Please login to write comment.