Color Hex Logo

#db64ca Color Hex

#DB64CA
(219,100,202)
0 Favorites   0 Comments

Color spaces of #db64ca

RGB 219100202
HSL0.860.620.63
HSV309°54°86°
CMYK 0.000.540.08   0.14
XYZ44.431328.438759.0245
Yxy28.43870.33690.2156
Hunter Lab53.327955.3971-28.2939
CIE-Lab60.283059.2431-31.5526

#db64ca color RGB value is (219,100,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01100100 11001010
Octal 333 144 312
Decimal 219 100 202
Hex DB 64 CA

RGB Percentages of Color #db64ca

%42.03
%19.19
%38.77

CMYK Percentages of Color #db64ca

%0
%54
%8
%14

Triadic Colors of #db64ca

#db64ca #cadb64 #64cadb

Analogous Colors of #db64ca

#db64ca #db648f #b164db

Monochromatic Colors of #db64ca

#db64ca

Complementary Color

#db64ca #64db75

#db64ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db64ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#db64ca Color CSS Codes

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

#db64ca Text Font Color

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

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


#db64ca Background Color

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

This div background color is #db64ca


#db64ca Border Color

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

This div border color is #db64ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db64ca


Comments

No comments written yet.

Please login to write comment.