Color Hex Logo

#db68c9 Color Hex

#DB68C9
(219,104,201)
0 Favorites   0 Comments

Color spaces of #db68c9

RGB 219104201
HSL0.860.610.63
HSV309°53°86°
CMYK 0.000.530.08   0.14
XYZ44.706329.177758.5339
Yxy29.17770.33760.2203
Hunter Lab54.016453.2057-26.4371
CIE-Lab60.938157.2183-29.9700

#db68c9 color RGB value is (219,104,201).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01101000 11001001
Octal 333 150 311
Decimal 219 104 201
Hex DB 68 C9

RGB Percentages of Color #db68c9

%41.79
%19.85
%38.36

CMYK Percentages of Color #db68c9

%0
%53
%8
%14

Triadic Colors of #db68c9

#db68c9 #c9db68 #68c9db

Analogous Colors of #db68c9

#db68c9 #db6890 #b468db

Monochromatic Colors of #db68c9

#db68c9

Complementary Color

#db68c9 #68db7a

#db68c9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db68c9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db68c9 Color CSS Codes

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

#db68c9 Text Font Color

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

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


#db68c9 Background Color

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

This div background color is #db68c9


#db68c9 Border Color

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

This div border color is #db68c9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db68c9


Comments

No comments written yet.

Please login to write comment.