Color Hex Logo

#db67ca Color Hex

#DB67CA
(219,103,202)
0 Favorites   0 Comments

Color spaces of #db67ca

RGB 219103202
HSL0.860.620.63
HSV309°53°86°
CMYK 0.000.530.08   0.14
XYZ44.724329.024859.1222
Yxy29.02480.33660.2184
Hunter Lab53.874753.9019-27.3527
CIE-Lab60.803557.8508-30.7451

#db67ca color RGB value is (219,103,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01100111 11001010
Octal 333 147 312
Decimal 219 103 202
Hex DB 67 CA

RGB Percentages of Color #db67ca

%41.79
%19.66
%38.55

CMYK Percentages of Color #db67ca

%0
%53
%8
%14

Triadic Colors of #db67ca

#db67ca #cadb67 #67cadb

Analogous Colors of #db67ca

#db67ca #db6790 #b267db

Monochromatic Colors of #db67ca

#db67ca

Complementary Color

#db67ca #67db78

#db67ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db67ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#db67ca Color CSS Codes

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

#db67ca Text Font Color

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

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


#db67ca Background Color

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

This div background color is #db67ca


#db67ca Border Color

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

This div border color is #db67ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db67ca


Comments

No comments written yet.

Please login to write comment.