Color Hex Logo

#db25fa Color Hex

#DB25FA
(219,37,250)
0 Favorites   0 Comments

Color spaces of #db25fa

RGB 21937250
HSL0.810.960.56
HSV291°85°98°
CMYK 0.120.850.00   0.02
XYZ47.130323.285392.4530
Yxy23.28530.28940.1430
Hunter Lab48.254889.8942-79.8172
CIE-Lab55.365088.1450-66.3440

#db25fa color RGB value is (219,37,250).

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

The process color (four color CMYK) of #db25fa color hex is 0.12, 0.85, 0.00, 0.02. Web safe color of #db25fa is #cc33ff. Color #db25fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00100101 11111010
Octal 333 45 372
Decimal 219 37 250
Hex DB 25 FA

RGB Percentages of Color #db25fa

%43.28
%7.31
%49.41

CMYK Percentages of Color #db25fa

%12
%85
%0
%2

Triadic Colors of #db25fa

#db25fa #fadb25 #25fadb

Analogous Colors of #db25fa

#db25fa #fa25af #7125fa

Monochromatic Colors of #db25fa

#db25fa

Complementary Color

#db25fa #44fa25

#db25fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db25fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#db25fa Color CSS Codes

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

#db25fa Text Font Color

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

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


#db25fa Background Color

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

This div background color is #db25fa


#db25fa Border Color

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

This div border color is #db25fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db25fa


Comments

No comments written yet.

Please login to write comment.