Color Hex Logo

#db68da Color Hex

#DB68DA
(219,104,218)
0 Favorites   0 Comments

Color spaces of #db68da

RGB 219104218
HSL0.830.610.63
HSV301°53°86°
CMYK 0.000.530.00   0.14
XYZ46.818630.022769.6570
Yxy30.02270.31960.2049
Hunter Lab54.793056.6340-37.0189
CIE-Lab61.673860.0775-38.4112

#db68da color RGB value is (219,104,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01101000 11011010
Octal 333 150 332
Decimal 219 104 218
Hex DB 68 DA

RGB Percentages of Color #db68da

%40.48
%19.22
%40.30

CMYK Percentages of Color #db68da

%0
%53
%0
%14

Triadic Colors of #db68da

#db68da #dadb68 #68dadb

Analogous Colors of #db68da

#db68da #db68a1 #a368db

Monochromatic Colors of #db68da

#db68da

Complementary Color

#db68da #68db69

#db68da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db68da Color Preview on White Background

Lorem ipsum dolor sit amet.

#db68da Color CSS Codes

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

#db68da Text Font Color

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

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


#db68da Background Color

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

This div background color is #db68da


#db68da Border Color

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

This div border color is #db68da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db68da


Comments

No comments written yet.

Please login to write comment.