Color Hex Logo

#db17fa Color Hex

#DB17FA
(219,23,250)
0 Favorites   0 Comments

Color spaces of #db17fa

RGB 21923250
HSL0.810.960.54
HSV292°91°98°
CMYK 0.120.910.00   0.02
XYZ46.775122.575092.3346
Yxy22.57500.28930.1396
Hunter Lab47.513292.5792-81.9619
CIE-Lab54.631890.3084-67.5271

#db17fa color RGB value is (219,23,250).

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

The process color (four color CMYK) of #db17fa color hex is 0.12, 0.91, 0.00, 0.02. Web safe color of #db17fa is #cc00ff. Color #db17fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00010111 11111010
Octal 333 27 372
Decimal 219 23 250
Hex DB 17 FA

RGB Percentages of Color #db17fa

%44.51
%4.67
%50.81

CMYK Percentages of Color #db17fa

%12
%91
%0
%2

Triadic Colors of #db17fa

#db17fa #fadb17 #17fadb

Analogous Colors of #db17fa

#db17fa #fa17a8 #6a17fa

Monochromatic Colors of #db17fa

#db17fa

Complementary Color

#db17fa #36fa17

#db17fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db17fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#db17fa Color CSS Codes

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

#db17fa Text Font Color

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

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


#db17fa Background Color

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

This div background color is #db17fa


#db17fa Border Color

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

This div border color is #db17fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db17fa


Comments

No comments written yet.

Please login to write comment.