Color Hex Logo

#db3dda Color Hex

#DB3DDA
(219,61,218)
0 Favorites   0 Comments

Color spaces of #db3dda

RGB 21961218
HSL0.830.690.55
HSV300°72°86°
CMYK 0.000.720.00   0.14
XYZ43.537023.459568.5631
Yxy23.45950.32120.1731
Hunter Lab48.435075.6879-50.0246
CIE-Lab55.542577.0552-48.0755

#db3dda color RGB value is (219,61,218).

#db3dda hex color red value is 219, green value is 61 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #db3dda hue: 0.83 , saturation: 0.69 and the lightness value of db3dda is 0.55.

The process color (four color CMYK) of #db3dda color hex is 0.00, 0.72, 0.00, 0.14. Web safe color of #db3dda is #cc33cc. Color #db3dda contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00111101 11011010
Octal 333 75 332
Decimal 219 61 218
Hex DB 3D DA

RGB Percentages of Color #db3dda

%43.98
%12.25
%43.78

CMYK Percentages of Color #db3dda

%0
%72
%0
%14

Triadic Colors of #db3dda

#db3dda #dadb3d #3ddadb

Analogous Colors of #db3dda

#db3dda #db3d8b #8d3ddb

Monochromatic Colors of #db3dda

#db3dda

Complementary Color

#db3dda #3ddb3e

#db3dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db3dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#db3dda Color CSS Codes

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

#db3dda Text Font Color

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

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


#db3dda Background Color

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

This div background color is #db3dda


#db3dda Border Color

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

This div border color is #db3dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db3dda


Comments

No comments written yet.

Please login to write comment.