Color Hex Logo

#db3dee Color Hex

#DB3DEE
(219,61,238)
0 Favorites   0 Comments

Color spaces of #db3dee

RGB 21961238
HSL0.820.840.59
HSV294°74°93°
CMYK 0.080.740.00   0.07
XYZ46.314824.570683.1905
Yxy24.57060.30060.1595
Hunter Lab49.568780.0371-64.8074
CIE-Lab56.654680.2904-57.5720

#db3dee color RGB value is (219,61,238).

#db3dee hex color red value is 219, green value is 61 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #db3dee hue: 0.82 , saturation: 0.84 and the lightness value of db3dee is 0.59.

The process color (four color CMYK) of #db3dee color hex is 0.08, 0.74, 0.00, 0.07. Web safe color of #db3dee is #cc33ff. Color #db3dee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00111101 11101110
Octal 333 75 356
Decimal 219 61 238
Hex DB 3D EE

RGB Percentages of Color #db3dee

%42.28
%11.78
%45.95

CMYK Percentages of Color #db3dee

%8
%74
%0
%7

Triadic Colors of #db3dee

#db3dee #eedb3d #3deedb

Analogous Colors of #db3dee

#db3dee #ee3da9 #833dee

Monochromatic Colors of #db3dee

#db3dee

Complementary Color

#db3dee #50ee3d

#db3dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db3dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#db3dee Color CSS Codes

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

#db3dee Text Font Color

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

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


#db3dee Background Color

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

This div background color is #db3dee


#db3dee Border Color

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

This div border color is #db3dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db3dee


Comments

No comments written yet.

Please login to write comment.