Color Hex Logo

#db3dff Color Hex

#DB3DFF
(219,61,255)
0 Favorites   0 Comments

Color spaces of #db3dff

RGB 21961255
HSL0.801.000.62
HSV289°76°100°
CMYK 0.140.760.00   0.00
XYZ48.932225.617696.9734
Yxy25.61760.28530.1494
Hunter Lab50.613883.9952-78.1668
CIE-Lab57.672383.1804-65.4035

#db3dff color RGB value is (219,61,255).

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

The process color (four color CMYK) of #db3dff color hex is 0.14, 0.76, 0.00, 0.00. Web safe color of #db3dff is #cc33ff. Color #db3dff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00111101 11111111
Octal 333 75 377
Decimal 219 61 255
Hex DB 3D FF

RGB Percentages of Color #db3dff

%40.93
%11.40
%47.66

CMYK Percentages of Color #db3dff

%14
%76
%0
%0

Triadic Colors of #db3dff

#db3dff #ffdb3d #3dffdb

Analogous Colors of #db3dff

#db3dff #ff3dc2 #7a3dff

Monochromatic Colors of #db3dff

#db3dff

Complementary Color

#db3dff #61ff3d

#db3dff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db3dff Color Preview on White Background

Lorem ipsum dolor sit amet.

#db3dff Color CSS Codes

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

#db3dff Text Font Color

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

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


#db3dff Background Color

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

This div background color is #db3dff


#db3dff Border Color

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

This div border color is #db3dff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db3dff

Related Colors


Comments

No comments written yet.

Please login to write comment.