Color Hex Logo

#db15fe Color Hex

#DB15FE
(219,21,254)
0 Favorites   0 Comments

Color spaces of #db15fe

RGB 21921254
HSL0.810.990.54
HSV291°92°100°
CMYK 0.140.920.00   0.00
XYZ47.371022.752295.6608
Yxy22.75220.28570.1372
Hunter Lab47.699393.7978-85.5165
CIE-Lab54.816291.1832-69.4557

#db15fe color RGB value is (219,21,254).

#db15fe hex color red value is 219, green value is 21 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #db15fe hue: 0.81 , saturation: 0.99 and the lightness value of db15fe is 0.54.

The process color (four color CMYK) of #db15fe color hex is 0.14, 0.92, 0.00, 0.00. Web safe color of #db15fe is #cc00ff. Color #db15fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00010101 11111110
Octal 333 25 376
Decimal 219 21 254
Hex DB 15 FE

RGB Percentages of Color #db15fe

%44.33
%4.25
%51.42

CMYK Percentages of Color #db15fe

%14
%92
%0
%0

Triadic Colors of #db15fe

#db15fe #fedb15 #15fedb

Analogous Colors of #db15fe

#db15fe #fe15ad #6715fe

Monochromatic Colors of #db15fe

#db15fe

Complementary Color

#db15fe #38fe15

#db15fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db15fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#db15fe Color CSS Codes

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

#db15fe Text Font Color

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

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


#db15fe Background Color

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

This div background color is #db15fe


#db15fe Border Color

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

This div border color is #db15fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db15fe

Related Colors


Comments

No comments written yet.

Please login to write comment.