Color Hex Logo

#db3ecd Color Hex

#DB3ECD
(219,62,205)
0 Favorites   0 Comments

Color spaces of #db3ecd

RGB 21962205
HSL0.850.690.55
HSV305°72°86°
CMYK 0.000.720.06   0.14
XYZ41.955522.913159.9690
Yxy22.91310.33610.1835
Hunter Lab47.867672.6851-40.7717
CIE-Lab54.982774.7435-41.5563

#db3ecd color RGB value is (219,62,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00111110 11001101
Octal 333 76 315
Decimal 219 62 205
Hex DB 3E CD

RGB Percentages of Color #db3ecd

%45.06
%12.76
%42.18

CMYK Percentages of Color #db3ecd

%0
%72
%6
%14

Triadic Colors of #db3ecd

#db3ecd #cddb3e #3ecddb

Analogous Colors of #db3ecd

#db3ecd #db3e7f #9b3edb

Monochromatic Colors of #db3ecd

#db3ecd

Complementary Color

#db3ecd #3edb4c

#db3ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db3ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#db3ecd Color CSS Codes

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

#db3ecd Text Font Color

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

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


#db3ecd Background Color

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

This div background color is #db3ecd


#db3ecd Border Color

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

This div border color is #db3ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db3ecd


Comments

No comments written yet.

Please login to write comment.