Color Hex Logo

#db0fff Color Hex

#DB0FFF
(219,15,255)
0 Favorites   0 Comments

Color spaces of #db0fff

RGB 21915255
HSL0.811.000.53
HSV291°94°100°
CMYK 0.140.940.00   0.00
XYZ47.434222.621796.4741
Yxy22.62170.28480.1358
Hunter Lab47.562394.7854-86.9687
CIE-Lab54.680591.9441-70.2309

#db0fff color RGB value is (219,15,255).

#db0fff hex color red value is 219, green value is 15 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #db0fff hue: 0.81 , saturation: 1.00 and the lightness value of db0fff is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00001111 11111111
Octal 333 17 377
Decimal 219 15 255
Hex DB F FF

RGB Percentages of Color #db0fff

%44.79
%3.07
%52.15

CMYK Percentages of Color #db0fff

%14
%94
%0
%0

Triadic Colors of #db0fff

#db0fff #ffdb0f #0fffdb

Analogous Colors of #db0fff

#db0fff #ff0fab #630fff

Monochromatic Colors of #db0fff

#db0fff

Complementary Color

#db0fff #33ff0f

#db0fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db0fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#db0fff Color CSS Codes

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

#db0fff Text Font Color

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

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


#db0fff Background Color

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

This div background color is #db0fff


#db0fff Border Color

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

This div border color is #db0fff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db0fff

Related Colors


Comments

No comments written yet.

Please login to write comment.