Color Hex Logo

#db7cda Color Hex

#DB7CDA
(219,124,218)
0 Favorites   0 Comments

Color spaces of #db7cda

RGB 219124218
HSL0.840.570.67
HSV301°43°86°
CMYK 0.000.430.00   0.14
XYZ49.076034.537370.4095
Yxy34.53730.31860.2242
Hunter Lab58.768446.2159-29.8965
CIE-Lab65.386850.3202-32.6278

#db7cda color RGB value is (219,124,218).

#db7cda hex color red value is 219, green value is 124 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #db7cda hue: 0.84 , saturation: 0.57 and the lightness value of db7cda is 0.67.

The process color (four color CMYK) of #db7cda color hex is 0.00, 0.43, 0.00, 0.14. Web safe color of #db7cda is #cc66cc. Color #db7cda contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01111100 11011010
Octal 333 174 332
Decimal 219 124 218
Hex DB 7C DA

RGB Percentages of Color #db7cda

%39.04
%22.10
%38.86

CMYK Percentages of Color #db7cda

%0
%43
%0
%14

Triadic Colors of #db7cda

#db7cda #dadb7c #7cdadb

Analogous Colors of #db7cda

#db7cda #db7cab #ad7cdb

Monochromatic Colors of #db7cda

#db7cda

Complementary Color

#db7cda #7cdb7d

#db7cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db7cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#db7cda Color CSS Codes

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

#db7cda Text Font Color

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

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


#db7cda Background Color

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

This div background color is #db7cda


#db7cda Border Color

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

This div border color is #db7cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db7cda


Comments

No comments written yet.

Please login to write comment.