Color Hex Logo

#db67cc Color Hex

#DB67CC
(219,103,204)
0 Favorites   0 Comments

Color spaces of #db67cc

RGB 219103204
HSL0.850.620.63
HSV308°53°86°
CMYK 0.000.530.07   0.14
XYZ44.962729.120260.3777
Yxy29.12020.33440.2166
Hunter Lab53.963154.2927-28.5636
CIE-Lab60.887658.1783-31.7471

#db67cc color RGB value is (219,103,204).

#db67cc hex color red value is 219, green value is 103 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #db67cc hue: 0.85 , saturation: 0.62 and the lightness value of db67cc is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01100111 11001100
Octal 333 147 314
Decimal 219 103 204
Hex DB 67 CC

RGB Percentages of Color #db67cc

%41.63
%19.58
%38.78

CMYK Percentages of Color #db67cc

%0
%53
%7
%14

Triadic Colors of #db67cc

#db67cc #ccdb67 #67ccdb

Analogous Colors of #db67cc

#db67cc #db6792 #b067db

Monochromatic Colors of #db67cc

#db67cc

Complementary Color

#db67cc #67db76

#db67cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db67cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#db67cc Color CSS Codes

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

#db67cc Text Font Color

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

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


#db67cc Background Color

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

This div background color is #db67cc


#db67cc Border Color

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

This div border color is #db67cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db67cc


Comments

No comments written yet.

Please login to write comment.